From 77c5be6747e376dc49ffc1c6b839c5d1de415ce1 Mon Sep 17 00:00:00 2001 From: Anselm Stordeur Date: Wed, 28 Nov 2018 19:05:35 +0100 Subject: [PATCH] ci: rename publish stage to deploy --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cea6811..fd5f8811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: stages: - build - test - - publish + - deploy build: stage: build @@ -27,8 +27,8 @@ test: paths: - coverage -docs: - stage: publish +pages: + stage: deploy script: - npm run documentation - mv docs public