Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Jan 21, 2025
1 parent 34cab30 commit 5ac0333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
# Check if lychee found any broken links
if grep -q "0 Errors" summary.txt; then
echo "No broken links found."
# Retry step may need exit 0
exit 0
else
echo "Broken links found."
exit 1
Expand Down

0 comments on commit 5ac0333

Please sign in to comment.