Skip to content

Commit

Permalink
Update deploy-documents-for-tizen-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Jan 14, 2025
1 parent e606358 commit 97c8aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-documents-for-tizen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Checkout TizenFX sources
run: |
./build2.sh clone
./build_tizen_docs.sh clone
- name: Cache DocFX output
id: cache-site
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Build Documents
if: steps.cache-site.outputs.cache-hit != 'true'
run: |
./build2.sh restore
./build2.sh build
./build_tizen_docs.sh restore
./build_tizen_docs.sh build
- name: Archive Artifacts
run: |
Expand Down

0 comments on commit 97c8aec

Please sign in to comment.