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.
1 parent c4132e0 commit 2e6e871Copy full SHA for 2e6e871
.github/workflows/main.yaml
@@ -18,4 +18,4 @@ jobs:
18
with:
19
fail: true
20
jobSummary: true
21
- args: --base ${{ github.workspace }} --verbose --no-progress './**/*.md' --timeout 60 --retry-wait-time 20 --max-concurrency 5
+ args: --root-dir ${{ github.workspace }} --verbose --no-progress './**/*.md' --timeout 60 --retry-wait-time 20 --max-concurrency 5
0 commit comments