Browse Source

Restrict doc builds to dev branch

feature-autodoc
Hugo Levy-Falk 6 years ago
parent
commit
e9ffce4bbb
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -1,8 +1,8 @@
---
image: debian:buster
stages:
- deploy_doc
- lint
- deploy_doc
lint:
stage: lint
@ -32,5 +32,8 @@ pages:
artifacts:
paths:
- public
only:
- dev

Loading…
Cancel
Save