Link checks SSL insecure robustness (#7853)

archive/mkdocs-languages
Glenn Jocher 1 year ago committed by GitHub
parent ee88882874
commit 5f00fbd227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/links.yml
  2. 2
      pyproject.toml

@ -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 \

@ -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

Loading…
Cancel
Save