Skip to content

Commit aa403c9

Browse files
authored
1 parent 927eb69 commit aa403c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3636
with:
37-
args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-loopback --require-https --exclude sample.duendesoftware.com --root-dir \"$PWD/root\" root/**"
38-
fail: true
37+
args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
38+
fail: true

0 commit comments

Comments
 (0)