From 8849719ad5d95cc173d4d880cd36f8c5f3247120 Mon Sep 17 00:00:00 2001 From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr> Date: Thu, 17 Nov 2022 11:55:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51a77e1..716818c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest variables: GIT_SUBMODULE_STRATEGY: recursive -test: +pages: + stage: deploy script: - pwd - ls @@ -22,12 +23,6 @@ test: - pwd - mv public ../public/m1if37 - ls ../public - except: - - master - -pages: - script: - - hugo artifacts: paths: - public -- GitLab