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 fb1ce9a commit 1da0d83Copy full SHA for 1da0d83
β.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