mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Ignore 403 errors, which are coming from MVN central (#11741)
This commit is contained in:
parent
8d750f5702
commit
e2f990da05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-website-links.yml
vendored
2
.github/workflows/check-website-links.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
run: bundle exec jekyll build --drafts
|
||||
- name: Check for broken links
|
||||
run: |
|
||||
bundle exec htmlproofer --assume_extension --checks_to_ignore ImageCheck,ScriptCheck --only_4xx --http_status_ignore 429 --allow_hash_href --url_ignore "https://onnxruntime.ai/docs/reference/api/c-api.html,https://www.onnxruntime.ai/docs/reference/execution-providers/TensorRT-ExecutionProvider.html#c-api-example,https://www.onnxruntime.ai/docs/resources/graph-optimizations.html,onnxruntime/capi/onnxruntime_pybind11_state.html" --log-level :info ./_site
|
||||
bundle exec htmlproofer --assume_extension --checks_to_ignore ImageCheck,ScriptCheck --only_4xx --http_status_ignore 429,403 --allow_hash_href --url_ignore "https://onnxruntime.ai/docs/reference/api/c-api.html,https://www.onnxruntime.ai/docs/reference/execution-providers/TensorRT-ExecutionProvider.html#c-api-example,https://www.onnxruntime.ai/docs/resources/graph-optimizations.html,onnxruntime/capi/onnxruntime_pybind11_state.html" --log-level :info ./_site
|
||||
|
|
|
|||
Loading…
Reference in a new issue