Skip to content

Commit 1fee0ff

Browse files
authored
FIX: Set root-dir for weekly link check (#928)
1 parent 636e097 commit 1fee0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Link Checker
2828
uses: lycheeverse/lychee-action@v2
2929
with:
30-
args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
30+
args: --verbose --no-progress --cache --max-cache-age 1d --root-dir . README.md patterns/ book/ translation/
3131
fail: true
3232
jobSummary: true
3333
env:

0 commit comments

Comments
 (0)