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:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
# - .cache/
|
- .cache/
|
||||||
# - public/
|
- public/
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue