8
0
Fork 0
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:
Hugo Levy-Falk 2020-06-01 23:44:00 +02:00
parent e1097a895c
commit e9ffce4bbb

View file

@ -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