We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3bdb6 + cb0df2a commit 2a6019dCopy full SHA for 2a6019d
1 file changed
.github/workflows/link-checker.yml
@@ -37,5 +37,5 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
39
with:
40
- args: "--no-progress --max-concurrency 8 --skip-missing --accept 200,429 --exclude-path root/_llms-txt --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 sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
+ args: "--no-progress --max-concurrency 8 --skip-missing --accept 200,429 --exclude-path root/_llms-txt --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/404\" --exclude sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
41
fail: true
0 commit comments