mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Bo Chen
parent
d374101f38
commit
21b9806cad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user