There was an error while loading. Please reload this page.
1 parent 636e097 commit 1fee0ffCopy full SHA for 1fee0ff
1 file changed
.github/workflows/link-checker.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Link Checker
28
uses: lycheeverse/lychee-action@v2
29
with:
30
- args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
+ args: --verbose --no-progress --cache --max-cache-age 1d --root-dir . README.md patterns/ book/ translation/
31
fail: true
32
jobSummary: true
33
env:
0 commit comments