From c3f9e80b7862ae530433bfb1997042e3705cd7c5 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 13 Apr 2023 10:21:52 +1000 Subject: [PATCH] Fine tune CI cache paths --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f272b9..3736a67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,10 @@ stages: cache: key: ${CI_COMMIT_REF_SLUG} paths: + - public/css/app.css + - public/js/app.js + - public/js/manifest.js + - public/js/vendor.js - public/*/vendor/ - node_modules/ - vendor/