From 3722a32572096495cdb641beba609f6ce6e72e38 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 9 Nov 2024 19:51:23 +0100 Subject: [PATCH 1/2] Fix lychee base-url --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e29bebcb03..6e26db70f2 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -79,6 +79,7 @@ jobs: --scheme 'https' \ --timeout 60 \ --insecure \ + --base-url "https://${{ matrix.website }}" \ --accept 401,403,429,500,502,999 \ --exclude-all-private \ --exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|tiktok\.com|fonts\.gstatic\.com|fonts\.googleapis\.com|url\.com|tesla\.com|wellfound\.com|.*\.cloudfunctions\.net|0\.0\.0\.0:5543/predict/from_files)' \ From 84b408f4e603094489cbeaedeeb6bebe15556084 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 9 Nov 2024 19:54:27 +0100 Subject: [PATCH 2/2] Update links.yml --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6e26db70f2..53299b6540 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -79,7 +79,7 @@ jobs: --scheme 'https' \ --timeout 60 \ --insecure \ - --base-url "https://${{ matrix.website }}" \ + --base "https://${{ matrix.website }}" \ --accept 401,403,429,500,502,999 \ --exclude-all-private \ --exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|tiktok\.com|fonts\.gstatic\.com|fonts\.googleapis\.com|url\.com|tesla\.com|wellfound\.com|.*\.cloudfunctions\.net|0\.0\.0\.0:5543/predict/from_files)' \