Skip to content

Commit

Permalink
Do not fail, even if the documentation can't be deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 5, 2024
1 parent 34aedbb commit 6f7df98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f7df98

Please sign in to comment.