Skip to content

Commit 44109cc

Browse files
committed
ci: Add a link checker for the doc
1 parent a55afca commit 44109cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
echo "TORCHJD_VERSION=main" >> $GITHUB_OUTPUT
4444
fi
4545
46+
- name: Check documentation links
47+
working-directory: docs
48+
run: uv run make linkcheck
49+
4650
- name: Build Documentation
4751
working-directory: docs
4852
run: uv run make dirhtml

0 commit comments

Comments
 (0)