diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index cb0ad264cc13..d00cb61fe162 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)' \