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 21272a2 commit 3cce6e1
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 @@ -37,7 +37,7 @@ jobs:
- name: Wait for Hugo server
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" -p http://127.0.0.1:1313/csm-docs/
run: wget --spider -o spider.log -e robots=off -p -r http://127.0.0.1:1313/csm-docs/
- name: Output logs
run: |
cat spider.log

0 comments on commit 3cce6e1

Please sign in to comment.