Skip to content

Commit ec01d57

Browse files
authored
Update deploy-documents.yml
1 parent 6104f11 commit ec01d57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Checkout TizenFX sources
2222
run: |
23-
./build.sh clone
23+
./build.sh clone API4
2424
2525
- name: Cache DocFX output
2626
id: cache-site
@@ -32,9 +32,9 @@ jobs:
3232
- name: Build Documents
3333
if: steps.cache-site.outputs.cache-hit != 'true'
3434
run: |
35-
./build.sh restore
36-
./build.sh build
37-
./build.sh index
35+
./build.sh restore API4
36+
./build.sh build API4
37+
./build.sh index API4
3838
3939
- name: Archive Artifacts
4040
run: |
@@ -59,10 +59,11 @@ jobs:
5959
tar xfz site.tar.gz
6060
6161
- name: Deploy GitHub Pages
62-
uses: peaceiris/actions-gh-pages@v3
62+
uses: peaceiris/actions-gh-pages@v4
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_dir: ./_site
66+
keep_files: true
6667
publish_branch: gh-pages-test
6768
user_name: 'TizenAPI-Bot'
6869
user_email: '[email protected]'

0 commit comments

Comments
 (0)