From d43cfe6b9b99768c47b543ed430f77d042f1809b Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Thu, 10 Oct 2024 17:34:15 +0000 Subject: [PATCH] CICD: run pages job even on htmltest fail --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3843c9..b94c3c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,3 +44,6 @@ pages: - public only: - main + # New pages are absolute links to prod, and are 404s until they get published. + # Get around htmltest's chicken-and-egg problem. We're on `main`, just publish unconditionally. + when: always