From 921db9f72b09bc56c5f256919d463fb78add7024 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Mon, 9 Dec 2024 20:44:10 -0600 Subject: [PATCH] Trying to fix formatting. --- .github/workflows/check-website-links.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-website-links.yml b/.github/workflows/check-website-links.yml index 5f9de66ebd1c8..b4aaf7e1987a4 100644 --- a/.github/workflows/check-website-links.yml +++ b/.github/workflows/check-website-links.yml @@ -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