Skip to content

Commit

Permalink
ci: Don't fail the build due to linkcheck failure
Browse files Browse the repository at this point in the history
Signed-off-by: Brennan Ashton <[email protected]>
  • Loading branch information
btashton authored and xiaoxiang781216 committed Oct 27, 2020
1 parent 46659d5 commit bfe1e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
cd Documentation/
pip3 install pipenv
pipenv install
pipenv run make linkcheck
# This step flakes frequently so still annotate errors but dont fail the build
pipenv run make linkcheck || true

0 comments on commit bfe1e2c

Please sign in to comment.