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 22, 2024
1 parent 942b045 commit d66ec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
continue-on-error: true
run: |
wget --verbose --spider -o spider.log -e robots=off -rp http://127.0.0.1:1313/csm-docs/
- name: Checking for broken links
- name: Getting output
run: |
cat spider.log
sed -n '/broken links/,$p' spider.log
grep -Fxq "Found 0 broken links." spider.log

0 comments on commit d66ec16

Please sign in to comment.