Skip to content

Commit

Permalink
Update deploy-documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Jun 21, 2024
1 parent dc85ed7 commit 98063bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Checkout TizenFX sources
run: |
./build.sh clone API4
./build.sh clone API12
- name: Cache DocFX output
id: cache-site
uses: actions/cache@v2
Expand All @@ -29,9 +29,9 @@ jobs:
- name: Build Documents
if: steps.cache-site.outputs.cache-hit != 'true'
run: |
cp docfx_config/docfx_API4.json docfx.json
./build.sh restore API4
./build.sh build API4
cp docfx_config/docfx_API12.json docfx.json
./build.sh restore API12
./build.sh build API12
- name: Archive Artifacts
run: |
tar cfz site.tar.gz _site/
Expand Down

0 comments on commit 98063bd

Please sign in to comment.