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:
|
||||
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/*
|
||||
|
|
Loading…
Reference in a new issue