From dbbe33a8a9ea025318fe9899d7e1414d0a7c77fd Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Thu, 14 Nov 2024 06:43:02 -0600 Subject: [PATCH] Fix Lychee --- lychee.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lychee.toml b/lychee.toml index 5dd7d26..b7bd8e6 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,8 +1,6 @@ -# accept = [429] - exclude = [ + # These websites return 403 forbidden codes for GitHub runners. '^https://www\.digikey\.com', - # Raspberry Pi's website returns 403 forbidden codes for GitHub runners. '^https://www\.raspberrypi\.com', ]