build(gitlab-ci): re-enable caching of .cache/ and public/ again

This commit is contained in:
Felix Schröter 2022-11-16 00:03:49 +01:00
parent f4c0ae3ff5
commit e866b7196b
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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