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:
parent
6abbc5b76a
commit
cfdb9292a4
1 changed files with 3 additions and 2 deletions
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue