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.
2 parents 8f2c212 + 51aeaef commit b35d587Copy full SHA for b35d587
.github/workflows/DocumentationLinkCheck.yaml
@@ -6,7 +6,8 @@ on:
6
schedule:
7
- cron: 0 0 * * *
8
pull_request:
9
-
+ paths:
10
+ - "**/*.md"
11
jobs:
12
linkChecker:
13
runs-on: ubuntu-latest
@@ -18,6 +19,6 @@ jobs:
18
19
uses: lycheeverse/[email protected]
20
with:
21
fail: true
- args: "--verbose --no-progress './**/*.md' './**/*.html' --timeout 1000 --max-concurrency 32 -T 1 --retry-wait-time 10"
22
+ args: "--verbose --no-progress './**/*.md' './**/*.html' --timeout 1000 --max-concurrency 1 -T 1 --retry-wait-time 10"
23
env:
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments