From b79097eb99eed4f6361a70fcec19f763335a5000 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 13 Jan 2024 22:41:42 +0100 Subject: [PATCH] Update links.yml to --scheme https (#534) --- .github/workflows/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index cb0ad26..d00cb61 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -35,6 +35,7 @@ jobs: max_attempts: 3 command: | lychee \ + --scheme 'https' \ --accept 403,429,500,502,999 \ --exclude-loopback \ --exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \ @@ -52,6 +53,7 @@ jobs: max_attempts: 3 command: | lychee \ + --scheme 'https' \ --accept 429,999 \ --exclude-loopback \ --exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \