Skip to content

Commit

Permalink
Update broken-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher authored May 21, 2024
1 parent d02ab41 commit 59bd15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59bd15c

Please sign in to comment.