Update .gitlab-ci.yml
This commit is contained in:
parent
5c7650ed06
commit
99f89ff9f0
1 changed files with 4 additions and 5 deletions
|
@ -9,9 +9,8 @@ test:
|
|||
stage: test
|
||||
script:
|
||||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||
only:
|
||||
- branches
|
||||
- tags
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
@ -20,5 +19,5 @@ pages:
|
|||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
|
|
Loading…
Reference in a new issue