We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linkcheckmd
linkspector
1 parent 94dfff6 commit 67f35e1Copy full SHA for 67f35e1
.github/workflows/test-docs.yml
@@ -20,12 +20,13 @@ jobs:
20
- uses: actions/setup-python@v5
21
with:
22
python-version: 3.x
23
+ - name: Check docs links
24
+ uses: umbrelladocs/action-linkspector@v1
25
+ with:
26
+ fail_on_error: true
27
- name: Check docs build
28
run: |
29
pip install -r requirements/build-docs.txt
- linkcheckMarkdown docs/ -v -r
- linkcheckMarkdown README.md -v -r
- linkcheckMarkdown CHANGELOG.md -v -r
30
cd docs
31
mkdocs build --strict
32
- name: Check docs examples
requirements/build-docs.txt
@@ -2,7 +2,6 @@ mkdocs
2
mkdocs-git-revision-date-localized-plugin
3
mkdocs-material==9.4.0
4
mkdocs-include-markdown-plugin
5
-linkcheckmd
6
mkdocs-spellcheck[all]
7
mkdocs-git-authors-plugin
8
mkdocs-minify-plugin
0 commit comments