From 645b25de790b43c19191545beecd4923a29b71eb Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 4 Jun 2020 16:04:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Cleaner=20script=20f?= =?UTF-8?q?or=20Gitlab=20page=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a81ec45d..96b90df3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,7 @@ pages: stage: pages script: - yarn install --pure-lockfile - - npx ng build - - sed -e 's@@@' -i dist/framadate/index.html + - npx ng build --base-href=/framadate/funky-framadate-front/ - mv dist/framadate/ public/ artifacts: paths: