From cfcaf65145a1f677723a9de23459f3bced772bd3 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Mon, 9 Dec 2024 20:53:31 -0600 Subject: [PATCH] Trying again. --- .github/workflows/check-website-links.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-website-links.yml b/.github/workflows/check-website-links.yml index b4aaf7e1987a4..755fe74d59a3d 100644 --- a/.github/workflows/check-website-links.yml +++ b/.github/workflows/check-website-links.yml @@ -42,12 +42,13 @@ jobs: - 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" \ - --log-level :info + --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 # with: