Moving docs building to master since its such a cheap procedure
This commit is contained in:
parent
89e213b2c1
commit
0a06b56da0
@ -5,6 +5,10 @@ stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH'
|
||||
|
||||
variables:
|
||||
CARGO_HOME: $CI_PROJECT_DIR/.cargo
|
||||
|
||||
@ -53,9 +57,10 @@ test-json-api:
|
||||
|
||||
|
||||
build-wiki:
|
||||
# Cheap as hell so we run on master basically everytime
|
||||
image: registry.gitlab.com/pages/hugo:latest
|
||||
|
||||
only: [ "wiki" ]
|
||||
only: [ "master" ]
|
||||
stage: docs
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user