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 112c2d8 + 57013f7 commit 12b7df3Copy full SHA for 12b7df3
1 file changed
.github/workflows/link_checker.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Link Checker
20
id: lychee
21
- uses: lycheeverse/lychee-action@v2.4.0
+ uses: lycheeverse/lychee-action@v2.4.1
22
with:
23
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
24
fail: true
0 commit comments