Skip to content

Commit

Permalink
Fix combined-haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jul 2, 2024
1 parent 771fb5e commit 121212b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/combined-haddock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ for failure in "${BROKEN_LINKS[@]}"; do
done


echo "Looking for linkchecker"
if ! command -v linkchecker &> /dev/null; then
echo "linkchecker not found"
exit 0
fi


echo "Running linkchecker"
time linkchecker "${OUTPUT_DIR}/index.html" \
--check-extern \
Expand Down

0 comments on commit 121212b

Please sign in to comment.