We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7f98b commit 2f69694Copy full SHA for 2f69694
1 file changed
.github/workflows/link-checker.yml
@@ -33,5 +33,5 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
35
with:
36
- args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-path llms.txt --exclude-path llms-full.txt --exclude-path llms-small.txt --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
+ args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-path root/llms.txt --exclude-path root/llms-full.txt --exclude-path root/llms-small.txt --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
37
fail: true
0 commit comments