diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index ea4fdf45d5e..bc457570232 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -51,6 +51,7 @@ jobs: run: | cp -r python/sphinx_docs/docs/_build/* python/gh-pages/ - name: Deploy documentation + continue-on-error: true uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages