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 5964be8 + 227db34 commit c9c5a31Copy full SHA for c9c5a31
.github/workflows/link_checker.yml
@@ -20,5 +20,5 @@ jobs:
20
id: lychee
21
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