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 f78617d + c9c5a31 commit fc4102eCopy full SHA for fc4102e
.github/workflows/link_checker.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Link Checker
20
id: lychee
21
- uses: lycheeverse/lychee-action@v2.7.0
+ uses: lycheeverse/lychee-action@v2.8.0
22
with:
23
- args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
+ args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html'
24
fail: true
0 commit comments