File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ jobs:
20
20
- uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3.x
23
+ - name : Check docs links
24
+ uses : umbrelladocs/action-linkspector@v1
25
+ with :
26
+ fail_on_error : true
23
27
- name : Check docs build
24
28
run : |
25
29
pip install -r requirements/build-docs.txt
26
- linkcheckMarkdown docs/ -v -r
27
- linkcheckMarkdown README.md -v -r
28
- linkcheckMarkdown CHANGELOG.md -v -r
29
30
cd docs
30
31
mkdocs build --strict
31
32
- name : Check docs examples
Original file line number Diff line number Diff line change 2
2
mkdocs-git-revision-date-localized-plugin
3
3
mkdocs-material==9.4.0
4
4
mkdocs-include-markdown-plugin
5
- linkcheckmd
6
5
mkdocs-spellcheck[all]
7
6
mkdocs-git-authors-plugin
8
7
mkdocs-minify-plugin
You can’t perform that action at this time.
0 commit comments