Skip to content

Commit

Permalink
Trying to fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Dec 10, 2024
1 parent d9d0b86 commit 921db9f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ jobs:
rm -rf ./_site/src
- name: Check for broken links
run: |
bundle exec htmlproofer |
./_site
--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,https://github.com/microsoft/onnx-converters-private/issues/new/choose,https://aka.ms/onnx/exportissue,https://aka.ms/onnx/board"
bundle exec htmlproofer ./_site \
--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,https://github.com/microsoft/onnx-converters-private/issues/new/choose,https://aka.ms/onnx/exportissue,https://aka.ms/onnx/board" \
--log-level :info
# - name: Check for broken links
# uses: chabad360/htmlproofer@master
Expand Down

0 comments on commit 921db9f

Please sign in to comment.