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 20, 2024
1 parent 6104f11 commit ec01d57
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Checkout TizenFX sources
run: |
./build.sh clone
./build.sh clone API4
- name: Cache DocFX output
id: cache-site
Expand All @@ -32,9 +32,9 @@ jobs:
- name: Build Documents
if: steps.cache-site.outputs.cache-hit != 'true'
run: |
./build.sh restore
./build.sh build
./build.sh index
./build.sh restore API4
./build.sh build API4
./build.sh index API4
- name: Archive Artifacts
run: |
Expand All @@ -59,10 +59,11 @@ jobs:
tar xfz site.tar.gz
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
keep_files: true
publish_branch: gh-pages-test
user_name: 'TizenAPI-Bot'
user_email: '[email protected]'
Expand Down

0 comments on commit ec01d57

Please sign in to comment.