We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809534b commit f6adcfbCopy full SHA for f6adcfb
1 file changed
.github/workflows/check-doc-links.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
# PR-preview canonical URLs are checked by the preview deployment workflow.
67
# The cuda-bindings #id links are docutils "problematic" anchors from generated API docs.
68
+ # TODO: Remove this exclusion after cybind stops emitting those problematic anchors.
69
# Preferred Networks rejects hosted-runner GETs, but the URL is browser reachable.
70
args: >-
71
--files-from ${{ github.workspace }}/lychee-rendered-html-files.txt
0 commit comments