build(gitlab-ci): re-enable caching of .cache/ and public/ again
This commit is contained in:
parent
f4c0ae3ff5
commit
e866b7196b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ image: node:latest
|
|||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
# - .cache/
|
||||
# - public/
|
||||
- .cache/
|
||||
- public/
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue