Skip to content

Commit f5de76e

Browse files
committed
Pin Lychee before filename parsing regression
Lychee Action's checkbox guard mistakes the --models-- segment in an existing publication URL for a --mode option and exits before checking links. Pin the action to the immediate parent of that regression so both link checks can process the active page list.
1 parent cf31ed4 commit f5de76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uploadArtifacts: true
6262

6363
- name: Check internal links
64-
uses: lycheeverse/lychee-action@v2
64+
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
6565
with:
6666
args: >-
6767
--verbose --no-progress --offline --exclude-mail
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Check external links
7373
continue-on-error: true
74-
uses: lycheeverse/lychee-action@v2
74+
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
7575
with:
7676
args: >-
7777
--verbose --no-progress --exclude-mail

0 commit comments

Comments
 (0)