[ci] linkcheck should soft fail (#23559)

Linkcheck failures should not break the build.
This commit is contained in:
Kai Fricke 2022-03-29 10:57:03 -07:00 committed by GitHub
parent 005ea36850
commit afd287eb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,6 +148,7 @@
- export LINT=1
- ./ci/travis/install-dependencies.sh
- ./ci/travis/ci.sh check_sphinx_links
soft_fail: True
- label: ":java: Java"
conditions: ["RAY_CI_JAVA_AFFECTED"]