diff --git a/ci/script.sh b/ci/script.sh index 57475ae..41eecd5 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -49,7 +49,8 @@ main() { rm -rf $tmpdir # check links - linkchecker doc + # mdbook doesn't handle relative links correctly in print.html so skip it. + linkchecker --ignore-url "discovery/print.html" doc } main