We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4baca91 + 9acba1b commit 273dd05Copy full SHA for 273dd05
.github/workflows/build-site.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Check links with lychee
36
id: lychee
37
- uses: lycheeverse/lychee-action@v2.0.2
+ uses: lycheeverse/lychee-action@v2.1.0
38
with:
39
fail: true
40
args: --verbose --no-progress _site/*.html
.github/workflows/linkcheck.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Link Checker
22
23
24
25
26
env:
0 commit comments