File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Checkout TizenFX sources
22
22
run : |
23
- ./build.sh clone
23
+ ./build.sh clone API4
24
24
25
25
- name : Cache DocFX output
26
26
id : cache-site
32
32
- name : Build Documents
33
33
if : steps.cache-site.outputs.cache-hit != 'true'
34
34
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
38
38
39
39
- name : Archive Artifacts
40
40
run : |
@@ -59,10 +59,11 @@ jobs:
59
59
tar xfz site.tar.gz
60
60
61
61
- name : Deploy GitHub Pages
62
- uses : peaceiris/actions-gh-pages@v3
62
+ uses : peaceiris/actions-gh-pages@v4
63
63
with :
64
64
github_token : ${{ secrets.GITHUB_TOKEN }}
65
65
publish_dir : ./_site
66
+ keep_files : true
66
67
publish_branch : gh-pages-test
67
68
user_name : ' TizenAPI-Bot'
68
69
You can’t perform that action at this time.
0 commit comments