We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b36241 + eee5c78 commit ba75793Copy full SHA for ba75793
2 files changed
.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@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0
+ uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
38
with:
39
fail: true
40
args: --verbose --no-progress _site/*.html
.github/workflows/linkcheck.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Link Checker
32
33
args: >
--verbose
0 commit comments