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 b322f3d commit db05659
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ jobs:
run: |
docfx --version
dotnet --list-sdks
- name: Git clone TizenFX
uses: actions/checkout@v3
with:
repository: shyunMin/TizenFX
ref: 'tizenfx-docs'
- name: Build TizenFX sources
run: |
./build.sh clone
./build.sh restore
./build.sh build
- name: Archive Artifacts
run: |
tar xvfz site.tar.gz _site/
- uses: action/upload-artifact@v2
with:
name: documents
path: site.tar.gz

0 comments on commit db05659

Please sign in to comment.