ci: Don't fail the build due to linkcheck failure
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
parent
46659d5a14
commit
bfe1e2c148
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user