Skip to content

Commit 7deb9bc

Browse files
committed
fix: missing script
1 parent 4b4dff2 commit 7deb9bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
check-latest: true
2020
- name: 'Installing requirements'
2121
run: |
22+
npm install -g gitbook-cli
2223
gitbook install
2324
cp ./book.json ./book.json.template
2425
cd ~/.gitbook/versions/3.2.3 && npm i npm@5

0 commit comments

Comments
 (0)