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:
parent
9cce09e58a
commit
a813f79c41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue