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 7f0fd5b + 184db45 commit d7bb052Copy full SHA for d7bb052
.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.1
+ uses: lycheeverse/lychee-action@v2.5.0
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