From 25e80c53c8f50526599b5ecfbd7657a7aaaad4c4 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Fri, 5 Jan 2024 11:34:07 +0100 Subject: [PATCH] ci: ignore wireguard.pdf in lychee --- .lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lychee.toml b/.lychee.toml index 414601c47..581df2dae 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -31,6 +31,8 @@ exclude = [ '^https://twitter\.com', # Only available when logged in. '^https://portal\.azure\.com/', + # The Wireguard PDF sproadically returns 500. + 'wireguard\.pdf$', ] # Exclude these filesystem paths from getting checked.