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.
1 parent 1038c4d commit 35f1fc0Copy full SHA for 35f1fc0
.github/workflows/broken-links-site.yml
@@ -39,7 +39,7 @@ jobs:
39
npm install -g purgecss
40
purgecss -c purgecss.config.js
41
- name: Link Checker 🔗
42
- uses: lycheeverse/lychee-action@v1.9.0
+ uses: lycheeverse/lychee-action@v2.0.2
43
with:
44
fail: true
45
# only check local links
.github/workflows/broken-links.yml
@@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
46
47
48
49
50
51
# removed md files that include liquid tags
0 commit comments