CI: remove linkcheck when building docs

We're running linkcheck and ignoring errors but this still slows CI build
and can even make it fail due to timeout. The linkcheck is useful for local
manual test but not really for CI.
This commit is contained in:
Matias N 2021-03-22 18:37:55 -03:00 committed by Xiang Xiao
parent 9cce09e58a
commit a813f79c41
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ jobs:
pip3 install pipenv
pipenv install
pipenv run make html
# This step flakes frequently so still annotate errors but dont fail the build
pipenv run make linkcheck || true
- uses: actions/upload-artifact@v2
with:
name: sphinx-docs