Skip to content

Commit

Permalink
Continue even if docs fail (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Jul 12, 2023
1 parent 2de3b75 commit 7e73b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Build docs
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
continue-on-error: true
run: |
sudo apt install pandoc -y
sphinx-build docs/source _build/html -W
Expand Down

0 comments on commit 7e73b14

Please sign in to comment.