Skip to content

Commit

Permalink
Update broken-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jooseppi-luna authored Oct 29, 2024
1 parent 964298b commit 2abaf3f
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 @@ -40,7 +40,6 @@ jobs:
continue-on-error: true
run: |
wget --verbose --spider -o spider.log -e robots=off -rp http://127.0.0.1:1313/csm-docs/
cat spider.log
- name: Getting output
continue-on-error: true
run: |
Expand All @@ -51,4 +50,5 @@ jobs:
run: |
wc -l broken_links
cat broken_links
cat spider.log
wc -l broken_links | grep -Fxq "0 broken_links"

0 comments on commit 2abaf3f

Please sign in to comment.