Skip to content

Commit

Permalink
[ci] fix linkchecker job
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 15, 2024
1 parent b33a12e commit 2c1d9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [[ $TASK == "check-docs" ]] || [[ $TASK == "check-links" ]]; then
if [[ $TASK == "check-links" ]]; then
# check docs for broken links
pip install linkchecker
linkchecker --config=.linkcheckerrc ./docs/_build/html/*.html || exit 1
linkchecker --config=./docs/.linkcheckerrc ./docs/_build/html/*.html || exit 1
exit 0
fi
# check the consistency of parameters' descriptions and other stuff
Expand Down

0 comments on commit 2c1d9cc

Please sign in to comment.