Skip to content

Commit 192563c

Browse files
authored
Merge pull request #224 from novalagung/refactor/structure
revert: to old gitbook
2 parents b4aa70f + 4b4dff2 commit 192563c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
check-latest: true
2020
- name: 'Installing requirements'
2121
run: |
22-
npm install -g gitbook-cli
22+
gitbook install
23+
cp ./book.json ./book.json.template
2324
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
2425
cd ${{ github.workspace }}
26+
cp ./book.json.template ./book.json
27+
gitbook install
28+
gitbook build
2529
- name: 'Generating distributable files'
2630
run: |
2731
rm -f README.md

0 commit comments

Comments
 (0)