We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f211cb0 commit 68c0495Copy full SHA for 68c0495
.github/workflows/docs.yaml
@@ -21,10 +21,6 @@ jobs:
21
working-directory: doc
22
run: sphinx-build source build
23
24
- - name: check links
25
- working-directory: doc
26
- run: sphinx-build --builder linkcheck source build
27
-
28
- name: build documentation second time (for TOC)
29
30
@@ -75,3 +71,8 @@ jobs:
75
71
repo: context.repo.repo,
76
72
body: "Check out the page preview at https://staging.chatmail.at/doc/relay${{ steps.prepare.outputs.prid }}/"
77
73
})
74
+
+ - name: check links
+ working-directory: doc
+ run: sphinx-build --builder linkcheck source build
78
0 commit comments