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 434bf4a commit e3785d6
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
dotnet-version: '6.x'
- name: Display dotnet version
run: dotnet --version

- name: Install dotnet tools
run: dotnet tool install -g docfx --version 2.61.0

- name: Disply doxfx version
run: |
docfx --version
Expand All @@ -31,16 +33,19 @@ jobs:
with:
repository: shyunMin/TizenFX
ref: 'tizenfx-docs'

- name: Build TizenFX sources
run: |
./build.sh clone
./build.sh restore
./build.sh build
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
# - 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 e3785d6

Please sign in to comment.