We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a8c9c commit 8601684Copy full SHA for 8601684
1 file changed
.github/workflows/docs-test.yml
@@ -44,3 +44,9 @@ jobs:
44
run: |
45
cd docs/
46
PYTHONPATH=$GITHUB_WORKSPACE make SPHINXOPTS=-v html
47
+
48
+ - name: Check links
49
+ run: |
50
+ cd docs/
51
+ PYTHONPATH=$GITHUB_WORKSPACE make SPHINXOPTS=-v linkcheck
52
0 commit comments