Skip to content

Commit 67f35e1

Browse files
committed
Replace linkcheckmd with linkspector
1 parent 94dfff6 commit 67f35e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-docs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x
23+
- name: Check docs links
24+
uses: umbrelladocs/action-linkspector@v1
25+
with:
26+
fail_on_error: true
2327
- name: Check docs build
2428
run: |
2529
pip install -r requirements/build-docs.txt
26-
linkcheckMarkdown docs/ -v -r
27-
linkcheckMarkdown README.md -v -r
28-
linkcheckMarkdown CHANGELOG.md -v -r
2930
cd docs
3031
mkdocs build --strict
3132
- name: Check docs examples

requirements/build-docs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ mkdocs
22
mkdocs-git-revision-date-localized-plugin
33
mkdocs-material==9.4.0
44
mkdocs-include-markdown-plugin
5-
linkcheckmd
65
mkdocs-spellcheck[all]
76
mkdocs-git-authors-plugin
87
mkdocs-minify-plugin

0 commit comments

Comments
 (0)