Skip to content

Commit

Permalink
continue loop after failures
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed May 15, 2024
1 parent a0f91c2 commit 9bf7b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
continue 2 # ignore this file
fi
done
linkchecker -f .linkcheckerrc -F csv/linkchecker-out.csv -t 20 --check-extern --no-follow-url ".*" --timeout=30 $f
linkchecker -f .linkcheckerrc -F csv/linkchecker-out.csv -t 20 --check-extern --no-follow-url ".*" --timeout=30 $f || true
cat linkchecker-out.csv >> linkchecker-out-all.csv
done
Expand Down

0 comments on commit 9bf7b9a

Please sign in to comment.