From 557f53545bbd8712c9c40bbb16d764dc7875b8a8 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 2 Jan 2025 14:19:57 +0100 Subject: [PATCH] CI:website: allow failure (#433) There are not always necessary documentation updates to be build and published on `pages` branch Otherwise we could create an empty commit with `--allow-empty` Mike option, but we do not want empty traffic drawback: documentation build could really fail and could be unnoticed --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90ae8da1..e9885abe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,6 +228,7 @@ website: stage: website needs: ["tests:3.12:cov"] extends: .mkdocs_changes + allow_failure: true variables: RELEASE: "0.12" rules: -- GitLab