From e866b7196b8dd07a01adf16a294d77d35e4be9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 16 Nov 2022 00:03:49 +0100 Subject: [PATCH] build(gitlab-ci): re-enable caching of .cache/ and public/ again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0118765..31baed0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: node:latest cache: paths: - node_modules/ - # - .cache/ - # - public/ + - .cache/ + - public/ pages: stage: deploy