ci: Exclude osdev.org from link check
OSDev has cranked up its bot protection. The following link works for me locally after clicking the "I'm a human" button. I guess the CI fails this check... Without this exception the CI fails the link check stage: * [403] [https://wiki.osdev.org/IOAPIC](https://wiki.osdev.org/IOAPIC) | Network error: Forbidden Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
This commit is contained in:
parent
d374101f38
commit
21b9806cad
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ exclude = [
|
|||
|
||||
# GitHub user smibarber referenced in `CREDITS.md` no longer exist
|
||||
'^https://github.com/smibarber',
|
||||
|
||||
# OSDev has added bot protection and accesses my result in 403 Forbidden.
|
||||
'^https://wiki.osdev.org',
|
||||
]
|
||||
|
||||
max_retries = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue