Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Sep 5, 2024
1 parent e3785d6 commit 5623280
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5623280

Please sign in to comment.