Skip to content

Commit

Permalink
Update links.yml to --scheme https (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jan 13, 2024
1 parent 49bde20 commit b79097e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)' \
Expand All @@ -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)' \
Expand Down

0 comments on commit b79097e

Please sign in to comment.