From da854454aaee8390e9430def4674577b747433cb Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 4 Jun 2020 14:00:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Modify=20=20ta?= =?UTF-8?q?g=20in=20build=E2=80=99s=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d02b6b..a81ec45d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ pages: script: - yarn install --pure-lockfile - npx ng build + - sed -e 's@@@' -i dist/framadate/index.html - mv dist/framadate/ public/ artifacts: paths: