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 648dae3 commit a2a7f82Copy full SHA for a2a7f82
.gitlab-ci.yml
@@ -24,6 +24,7 @@ pages:
24
stage: docs
25
image: node:8.9
26
before_script:
27
+ - npm cache clean
28
- npm install gitbook-cli -g # install gitbook
29
- gitbook fetch latest # fetch latest stable version
30
- gitbook install docs # add any requested plugins in book.json
0 commit comments