Skip to content

Commit 227db34

Browse files
Copilotcommjoen
andcommitted
fix: add --root-dir to lychee args for v2.8.0 compatibility
Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
1 parent 2b1e8f3 commit 227db34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
id: lychee
2121
uses: lycheeverse/lychee-action@v2.8.0
2222
with:
23-
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
23+
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html'
2424
fail: true

0 commit comments

Comments
 (0)