Add www.jwz.org to linkcheck exclusions as it seems to always return HTTP 403 to the GitHub CI runner.

This commit is contained in:
David Anson 2025-05-31 12:52:07 -07:00
parent 6b4e865d64
commit c6e2ee1488

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: JustinBeckwith/linkinator-action@v1.11.0 - uses: JustinBeckwith/linkinator-action@v1.11.0
with: with:
linksToSkip: '^https://github.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/' linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^https://opensource.org/ ^https://unix.stackexchange.com/'
paths: '*.md doc/*.md helpers/*.md' paths: '*.md doc/*.md helpers/*.md'
timeout: 60000 timeout: 60000