Fail CI if broken links in the docs

This commit is contained in:
Bruno Alla 2026-01-24 16:02:59 +00:00
parent c8af56d260
commit 31e4a6d1b0

View File

@ -71,7 +71,6 @@ jobs:
- run: if [ $WAIT_TIME == 5 ]; then echo cannot start mkdocs server on http://localhost:8000; exit 1; fi
- name: Check links
continue-on-error: true
run: pylinkvalidate.py -P http://localhost:8000/
- run: echo "Done"