Skip to content

Commit

Permalink
removed false?
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Dec 9, 2024
1 parent fcd0a48 commit d2f3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
with:
directory: "./_site"
# The directory to scan
arguments: --check_external_hash=false --assume_extension --only_4xx --ignore_status_codes 429,403 --allow_missing_href --allow_hash_href --checks 'Links' --ignore_urls "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,https://github.com/microsoft/onnx-converters-private/issues/new/choose,https://aka.ms/onnx/exportissue,https://aka.ms/onnx/board" --log-level :info
arguments: --check_external_hash --assume_extension --only_4xx --ignore_status_codes 429,403 --allow_missing_href --allow_hash_href --checks 'Links' --ignore_urls "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,https://github.com/microsoft/onnx-converters-private/issues/new/choose,https://aka.ms/onnx/exportissue,https://aka.ms/onnx/board" --log-level :info
# The arguments to pass to HTMLProofer

0 comments on commit d2f3328

Please sign in to comment.