File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 - name : Check rendered docs links
6464 uses : lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0 # unreleased: supports v0.24.x archive layout
6565 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+ # Preferred Networks rejects hosted-runner GETs, but the URL is browser reachable.
6669 args : >-
6770 --files-from ${{ github.workspace }}/lychee-rendered-html-files.txt
6871 --include-fragments=full
7578 --retry-wait-time 5
7679 --timeout 30
7780 --no-progress
81+ --exclude '^https://nvidia\.github\.io/cuda-python/pr-preview/pr-[0-9]+/'
82+ --exclude '^file://.*/cuda-bindings/latest/module/(driver|runtime)\.html#id[0-9]+$'
83+ --exclude '^https://www\.preferred\.jp/en/?$'
7884 fail : true
7985 failIfEmpty : true
8086 format : markdown
You can’t perform that action at this time.
0 commit comments