Skip to content

Commit d9f3c7a

Browse files
authored
Merge pull request #641 from DuendeSoftware/maartenba-patch-1
Update link-checker.yml
2 parents 927eb69 + aa403c9 commit d9f3c7a

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)