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:
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
Original file line number Diff line number Diff line change 22mkdocs-git-revision-date-localized-plugin
33mkdocs-material==9.4.0
44mkdocs-include-markdown-plugin
5- linkcheckmd
65mkdocs-spellcheck[all]
76mkdocs-git-authors-plugin
87mkdocs-minify-plugin
You can’t perform that action at this time.
0 commit comments