Skip to content

Commit 2e6e871

Browse files
authored
Fix lychee command line args
1 parent c4132e0 commit 2e6e871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
fail: true
2020
jobSummary: true
21-
args: --base ${{ github.workspace }} --verbose --no-progress './**/*.md' --timeout 60 --retry-wait-time 20 --max-concurrency 5
21+
args: --root-dir ${{ github.workspace }} --verbose --no-progress './**/*.md' --timeout 60 --retry-wait-time 20 --max-concurrency 5

0 commit comments

Comments
 (0)