From 1ef704511cfcf00325846e1b85f57a33ce2e5f28 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Fri, 5 Jul 2024 15:14:47 +0200 Subject: [PATCH] Do not fail, even if the documentation can't be deployed --- .github/workflows/python_sphinx_docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index ea4fdf45d5e..07ca9b7fdfe 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -15,6 +15,9 @@ on: types: [docstrings_common_updated] permissions: contents: write + +continue-on-error: true + jobs: build: runs-on: ubuntu-latest