From 3182ac305cd95d46932b9074492bc637d4cda919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 9 Mar 2019 00:11:31 +0100 Subject: [PATCH] Publish website via GitLab pages (stage deploy) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7015307..cd56794 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ before_script: - apt-get -y -qq install graphviz ghostscript pages: - phase: deploy + stage: deploy script: - make - if test -e public; then mv public public.old; fi && mv artifacts public