diff --git a/.github/workflows/broken-links.yaml b/.github/workflows/broken-links.yaml index e5fc4787e6..8cd812a7b0 100644 --- a/.github/workflows/broken-links.yaml +++ b/.github/workflows/broken-links.yaml @@ -42,7 +42,7 @@ jobs: run: curl --head -X GET --retry 5 --retry-connrefused --retry-delay 10 http://127.0.0.1:1313/csm-docs/ - name: Run wget spider run: | - wget --spider -o spider.log -e robots=off -rp http://127.0.0.1:1313/csm-docs/ + wget --debug --spider -o spider.log -e robots=off -rp http://127.0.0.1:1313/csm-docs/ - name: Output logs run: | cat spider.log