File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,19 @@ jobs:
1717 with :
1818 node-version : 11
1919 check-latest : true
20- - name : ' Installing requirements '
20+ - name : ' Generating distributable files '
2121 run : |
22- gitbook install
22+ rm -f README.md
23+ mv content/* .
24+ mv etc/* .
25+ npm install -g gitbook-cli
2326 cp ./book.json ./book.json.template
27+ gitbook install
2428 cd ~/.gitbook/versions/3.2.3 && npm i npm@5
2529 cd ${{ github.workspace }}
2630 cp ./book.json.template ./book.json
2731 gitbook install
28- gitbook build
29- - name : ' Generating distributable files'
30- run : |
31- rm -f README.md
32- mv content/* .
33- mv etc/* .
3432 go run fix-webbook.go -type=pre
35- gitbook install
3633 gitbook build
3734 go run fix-webbook.go -type=post
3835 cd _book
You can’t perform that action at this time.
0 commit comments