mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
Restrict doc builds to dev branch
This commit is contained in:
parent
e1097a895c
commit
e9ffce4bbb
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
stages:
|
stages:
|
||||||
- deploy_doc
|
|
||||||
- lint
|
- lint
|
||||||
|
- deploy_doc
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
@ -32,5 +32,8 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue