Skip to content

Commit 91c4f8f

Browse files
committed
wrong action, put that in tests
1 parent 44109cc commit 91c4f8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ 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-
5046
- name: Build Documentation
5147
working-directory: docs
5248
run: uv run make dirhtml

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
with:
7474
groups: doc
7575

76+
- name: Check documentation links
77+
working-directory: docs
78+
run: uv run make linkcheck
79+
7680
- name: Build Documentation
7781
working-directory: docs
7882
run: uv run make dirhtml

0 commit comments

Comments
 (0)