Skip to content

Commit

Permalink
Do not fail, even if the documentation pipeline fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 5, 2024
1 parent 34aedbb commit ee07c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
types: [docstrings_common_updated]
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true # Do not fail the whole pipeline even if this job fails
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit ee07c92

Please sign in to comment.