ci: Don't fail the build due to linkcheck failure

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
Brennan Ashton 2020-10-26 21:22:47 -07:00 committed by Xiang Xiao
parent 46659d5a14
commit bfe1e2c148

View file

@ -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