Skip to content

Commit a2a7f82

Browse files
committed
Add npm cache clean step.
1 parent 648dae3 commit a2a7f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pages:
2424
stage: docs
2525
image: node:8.9
2626
before_script:
27+
- npm cache clean
2728
- npm install gitbook-cli -g # install gitbook
2829
- gitbook fetch latest # fetch latest stable version
2930
- gitbook install docs # add any requested plugins in book.json

0 commit comments

Comments
 (0)