Skip to content

Commit

Permalink
Add npm cache clean step.
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Oct 20, 2018
1 parent 648dae3 commit a2a7f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pages:
stage: docs
image: node:8.9
before_script:
- npm cache clean
- npm install gitbook-cli -g # install gitbook
- gitbook fetch latest # fetch latest stable version
- gitbook install docs # add any requested plugins in book.json
Expand Down

0 comments on commit a2a7f82

Please sign in to comment.