From e9ffce4bbbedbe1e901144a7cd52d0420829fb14 Mon Sep 17 00:00:00 2001 From: Hugo Levy-Falk Date: Mon, 1 Jun 2020 23:44:00 +0200 Subject: [PATCH] Restrict doc builds to dev branch --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93a4d370..c0d7f159 100644 --- a/.gitlab-ci.yml +++ b/.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 +