ci: fix git missing, only run pages if modular changed

This commit is contained in:
Cynthia Foxwell 2022-10-18 21:05:12 -06:00
parent 6abbc5b76a
commit cfdb9292a4

View file

@ -8,6 +8,7 @@ cache:
splitter: splitter:
stage: deploy stage: deploy
before_script: before_script:
- apk add --no-cache git
- npm i -g pnpm - npm i -g pnpm
- pnpm i -r - pnpm i -r
- git config --global user.name "CI" - git config --global user.name "CI"
@ -31,6 +32,6 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
except: only:
changes: changes:
- xmc.user.css - modular/*