Skip to content

Commit 3113252

Browse files
committed
Use fixed lychee-action revision
1 parent ecfb335 commit 3113252

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
304304
- name: Check doc preview links
305305
if: ${{ !inputs.is-release && github.ref_name != 'main' && !startsWith(github.ref_name, 'release/') }}
306-
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
306+
uses: lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0 # unreleased: supports v0.24.x archive layout
307307
with:
308308
args: >-
309309
--base-url https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/
@@ -325,6 +325,7 @@ jobs:
325325
failIfEmpty: true
326326
format: markdown
327327
jobSummary: true
328+
lycheeVersion: v0.24.2
328329
output: lychee-preview.md
329330
token: ${{ github.token }}
330331

0 commit comments

Comments
 (0)