We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44109cc commit 91c4f8fCopy full SHA for 91c4f8f
.github/workflows/build-deploy-docs.yml
@@ -43,10 +43,6 @@ jobs:
43
echo "TORCHJD_VERSION=main" >> $GITHUB_OUTPUT
44
fi
45
46
- - name: Check documentation links
47
- working-directory: docs
48
- run: uv run make linkcheck
49
-
50
- name: Build Documentation
51
working-directory: docs
52
run: uv run make dirhtml
.github/workflows/tests.yml
@@ -73,6 +73,10 @@ jobs:
73
with:
74
groups: doc
75
76
+ - name: Check documentation links
77
+ working-directory: docs
78
+ run: uv run make linkcheck
79
+
80
81
82
0 commit comments