Skip to content

Commit b778f53

Browse files
committed
CI: Remove workaround for mdBook issue
rust-lang/mdBook#789 has been fixed and this was working locally without the `ignore-url`.
1 parent 103e146 commit b778f53

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/script.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ main() {
44
mdbook build
55
mdbook test
66

7-
# FIXME(rust-lang/mdbook#789) remove `--ignore-url` when that bug is fixed
8-
linkchecker --ignore-url "print.html" book
7+
linkchecker book
98

109
# now check this as a directory of the bookshelf
1110
rm -rf shelf
1211
mkdir shelf
1312
mv book shelf
14-
# FIXME(rust-lang/mdbook#789) remove `--ignore-url` when that bug is fixed
15-
linkchecker --ignore-url "print.html" shelf
13+
linkchecker shelf
1614

1715
mv shelf/book .
1816
rmdir shelf

0 commit comments

Comments
 (0)