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 b2c0e2b + ab28c19 commit a9ec374Copy full SHA for a9ec374
.github/workflows/link_checker.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Link Checker
20
id: lychee
21
- uses: lycheeverse/lychee-action@v2.6.1
+ uses: lycheeverse/lychee-action@v2.7.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