Skip to content

Commit 68c0495

Browse files
committed
only check links at the end of CI workflow
1 parent f211cb0 commit 68c0495

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
working-directory: doc
2222
run: sphinx-build source build
2323

24-
- name: check links
25-
working-directory: doc
26-
run: sphinx-build --builder linkcheck source build
27-
2824
- name: build documentation second time (for TOC)
2925
working-directory: doc
3026
run: sphinx-build source build
@@ -75,3 +71,8 @@ jobs:
7571
repo: context.repo.repo,
7672
body: "Check out the page preview at https://staging.chatmail.at/doc/relay${{ steps.prepare.outputs.prid }}/"
7773
})
74+
75+
- name: check links
76+
working-directory: doc
77+
run: sphinx-build --builder linkcheck source build
78+

0 commit comments

Comments
 (0)