diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5e10de0ea82..fe1b201ac7d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -38,14 +38,14 @@ jobs: run: | dotnet --version docfx --version - # ./build.sh clone - # ./build.sh restore - # ./build.sh build - - # - name: Archive Artifacts - # run: | - # tar cfz site.tar.gz _site/ - # - uses: actions/upload-artifact@v2 - # with: - # name: documents - # path: site.tar.gz + ./build.sh clone + ./build.sh restore + ./build.sh build + + - name: Archive Artifacts + run: | + tar cfz site.tar.gz _site/ + - uses: actions/upload-artifact@v2 + with: + name: documents + path: site.tar.gz