From e50fed5030977afa2eb2c973d6b12bc254d7f0d8 Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Tue, 11 Feb 2020 22:48:05 +0100 Subject: [PATCH] =?UTF-8?q?utilise=20un=20r=C3=A9pertoire=20public=20comme?= =?UTF-8?q?=20le=20souhaite=20gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 200690b..c540936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,9 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mv content public artifacts: paths: - - content + - public only: - master