From 5d932cdbbff4a80aad8616c1e7e67aee06b2f71a Mon Sep 17 00:00:00 2001 From: JosephK Date: Wed, 21 Mar 2018 13:24:15 +0100 Subject: [PATCH] =?UTF-8?q?Preview=20on=20user=E2=80=99s=20Gitlab=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24deadf..52adae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,8 @@ deploy: pages: stage: deploy script: - - hugo -b "https://joinpeertube.framalab.org/" + - hugo -b "https://$GITLAB_USER_LOGIN.frama.io/$CI_PROJECT_NAME/" + - rm public/js/pathnamereplace.js artifacts: paths: - public