Link checks SSL insecure robustness (#7853)

This commit is contained in:
Glenn Jocher 2024-01-27 18:48:24 +01:00 committed by GitHub
parent ee88882874
commit 5f00fbd227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -36,8 +36,10 @@ jobs:
command: |
lychee \
--scheme https \
--timeout 60 \
--insecure \
--accept 403,429,500,502,999 \
--exclude-loopback \
--exclude-all-private \
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
--exclude-path docs/zh \
--exclude-path docs/es \
@ -63,8 +65,10 @@ jobs:
command: |
lychee \
--scheme https \
--timeout 60 \
--insecure \
--accept 429,999 \
--exclude-loopback \
--exclude-all-private \
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
--exclude-path '**/ci.yaml' \
--exclude-path docs/zh \

View File

@ -93,7 +93,7 @@ dev = [
"mkdocstrings[python]",
"mkdocs-jupyter", # for notebooks
"mkdocs-redirects", # for 301 redirects
"mkdocs-ultralytics-plugin>=0.0.40", # for meta descriptions and images, dates and authors
"mkdocs-ultralytics-plugin>=0.0.42", # for meta descriptions and images, dates and authors
]
export = [
"onnx>=1.12.0", # ONNX export