Fix Link-Check Workflow (#4332)

This commit is contained in:
Bibo-Joshi 2024-07-01 20:43:54 +02:00 committed by GitHub
parent 4ccc80f9c1
commit df8aae0a38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,6 @@ jobs:
- name: Install dependencies
run: |
python -W ignore -m pip install --upgrade pip
python -W ignore -m pip install -r requirements-all.txt
python -W ignore -m pip install -r requirements-dev-all.txt
- name: Check Links
run: sphinx-build docs/source docs/build/html -W --keep-going -j auto -b linkcheck