File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - name : Checkout gh-pages
14
- - uses : actions/checkout@v2
15
- with :
16
- repository : Dronecode/camera-manager.dronecode.org
17
- path : gh-pages
18
13
- name : Checkout Book
19
14
- uses : actions/checkout@v2
20
15
with :
21
- path : main
16
+ path : book
22
17
- name : Setting-up Book
23
18
uses : actions/setup-node@v1
24
- - run : cd main
25
19
- run : npm install gitbook-cli
26
- - run : gitbook install
27
- - run : gitbook build . ../gh-pages
20
+ - run : gitbook install book
21
+ - run : gitbook build book ../gh-pages
22
+ - name : Checkout gh-pages
23
+ - uses : actions/checkout@v2
24
+ with :
25
+ repository : Dronecode/camera-manager.dronecode.org
26
+ path : gh-pages
27
+ - run : ls -l gh-pages
28
28
- name : Deploying book
29
29
- uses : EndBug/add-and-commit@v4
30
30
with :
You can’t perform that action at this time.
0 commit comments