We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb2ea0 commit 4b4dff2Copy full SHA for 4b4dff2
.github/workflows/deploy.yml
@@ -19,9 +19,13 @@ jobs:
19
check-latest: true
20
- name: 'Installing requirements'
21
run: |
22
- npm install -g gitbook-cli
+ gitbook install
23
+ cp ./book.json ./book.json.template
24
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
25
cd ${{ github.workspace }}
26
+ cp ./book.json.template ./book.json
27
28
+ gitbook build
29
- name: 'Generating distributable files'
30
31
rm -f README.md
0 commit comments