We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfb335 commit 3113252Copy full SHA for 3113252
1 file changed
.github/workflows/build-docs.yml
@@ -303,7 +303,7 @@ jobs:
303
304
- name: Check doc preview links
305
if: ${{ !inputs.is-release && github.ref_name != 'main' && !startsWith(github.ref_name, 'release/') }}
306
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
+ uses: lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0 # unreleased: supports v0.24.x archive layout
307
with:
308
args: >-
309
--base-url https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/
@@ -325,6 +325,7 @@ jobs:
325
failIfEmpty: true
326
format: markdown
327
jobSummary: true
328
+ lycheeVersion: v0.24.2
329
output: lychee-preview.md
330
token: ${{ github.token }}
331
0 commit comments