From cfdb9292a462235c5db14deb7b5ff05f88c3646b Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 18 Oct 2022 21:05:12 -0600 Subject: [PATCH] ci: fix git missing, only run pages if modular changed --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85b7760..af96ba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ cache: splitter: stage: deploy before_script: + - apk add --no-cache git - npm i -g pnpm - pnpm i -r - git config --global user.name "CI" @@ -31,6 +32,6 @@ pages: artifacts: paths: - public - except: + only: changes: - - xmc.user.css + - modular/*