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:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - name : Checkout gh-pages
14- - uses : actions/checkout@v2
15- with :
16- repository : Dronecode/camera-manager.dronecode.org
17- path : gh-pages
1813 - name : Checkout Book
1914 - uses : actions/checkout@v2
2015 with :
21- path : main
16+ path : book
2217 - name : Setting-up Book
2318 uses : actions/setup-node@v1
24- - run : cd main
2519 - 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
2828 - name : Deploying book
2929 - uses : EndBug/add-and-commit@v4
3030 with :
You can’t perform that action at this time.
0 commit comments