From 6b5560a8e132f279f5ab295e8d7e64c9d10d0570 Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Sat, 20 Nov 2021 03:49:28 +0100 Subject: [PATCH] Revert "Build website twice to account for out-of-sync translations" This causes build errors (file overwrite check). This reverts commit 5dd0577d5aa912d091d9c9b4bf8a718e32c3cb5b. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fa3080c..5a7b7871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ pages: - apt-get -y update && apt-get -y install po4a - pip install -r requirements.txt script: - - make publish; make publish + - make publish - cp _redirects public/ artifacts: paths: -- GitLab