mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-18 13:10:35 +03:00
Fail CI if broken links in the docs
This commit is contained in:
parent
c8af56d260
commit
31e4a6d1b0
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user