From 4e99d00e771632deffb9309203a75dadf498a9d2 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 9 Jun 2025 22:12:37 +0200 Subject: [PATCH] ci: fix lychee errors (#9491) It turns out that the link checker was failing because it is matching those URLs via regex and that the `?` in the URL was interpreted as a regex control character. --- website/.lycheeignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/website/.lycheeignore b/website/.lycheeignore index ef8f9d241..e692a404a 100644 --- a/website/.lycheeignore +++ b/website/.lycheeignore @@ -5,6 +5,10 @@ https://portal.azure.com https://x.com/firezonehq https://admin.google.com/ac/owl https://www.flexjobs.com/blog/post/exploring-the-impact-of-remote-work-on-mental-health-and-the-workplace/ +https://news.ycombinator.com/item\?id=28683231 +https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/DevicesMenu/~/configuration +https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/DevicesWindowsMenu/~/configuration +https://console.cloud.google.com/apis/library/admin.googleapis.com + +# Local files .prettierrc.json -https://news.ycombinator.com/item?id=28683231 -https://intune.microsoft.com#view/Microsoft_Intune_DeviceSettings/DevicesWindowsMenu/~/configuration