We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbc3903 + 0e51c6f commit 37d135bCopy full SHA for 37d135b
.github/workflows/broken-links-site.yml
@@ -43,7 +43,7 @@ jobs:
43
npm install -g purgecss
44
purgecss -c purgecss.config.js
45
- name: Link Checker 🔗
46
- uses: lycheeverse/lychee-action@v1.9.0
+ uses: lycheeverse/lychee-action@v2.0.2
47
with:
48
fail: true
49
# only check local links
.github/workflows/broken-links.yml
@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
50
51
- uses: lycheeverse/lychee-action@v2.1.0
52
53
54
# removed md files that include liquid tags
0 commit comments