1
1
Fork 0
mirror of https://gitlab.com/Cynosphere/xmc.git synced 2024-08-14 22:57:03 +00:00

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:
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/*