Skip to content

Commit a495fa5

Browse files
authored
Update links.yml to --timeout 30 (#52)
1 parent 7975763 commit a495fa5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/links.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
rm -rf .lycheecache
5252
lychee \
5353
--scheme 'https' \
54+
--timeout 60 \
55+
--insecure \
5456
--accept 403,429,500,502,999 \
55-
--exclude-loopback \
57+
--exclude-all-private \
5658
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|tiktok\.com|fonts\.gstatic\.com|fonts\.googleapis\.com|url\.com)' \
5759
--exclude-path '**/ci.yaml' \
5860
--github-token ${{ secrets.GITHUB_TOKEN }} \
@@ -76,8 +78,10 @@ jobs:
7678
rm -rf .lycheecache
7779
lychee \
7880
--scheme 'https' \
81+
--timeout 60 \
82+
--insecure \
7983
--accept 403,429,500,502,999 \
80-
--exclude-loopback \
84+
--exclude-all-private \
8185
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|tiktok\.com|fonts\.gstatic\.com|fonts\.googleapis\.com|url\.com|wellfound\.com|.*\.cloudfunctions\.net|0\.0\.0\.0:5543/predict/from_files)' \
8286
--exclude-path '**/ci.yaml' \
8387
--github-token ${{ secrets.GITHUB_TOKEN }} \
@@ -94,8 +98,10 @@ jobs:
9498
rm -rf .lycheecache
9599
lychee \
96100
--scheme 'https' \
101+
--timeout 60 \
102+
--insecure \
97103
--accept 429,999 \
98-
--exclude-loopback \
104+
--exclude-all-private \
99105
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|tiktok\.com|fonts\.gstatic\.com|fonts\.googleapis\.com|url\.com)' \
100106
--exclude-path '**/ci.yaml' \
101107
--github-token ${{ secrets.GITHUB_TOKEN }} \

0 commit comments

Comments
 (0)