mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
CI: Remove workaround for mdBook issue
rust-lang/mdbook#789 has been fixed and this was working locally without the `ignore-url`.
This commit is contained in:
@@ -4,15 +4,13 @@ main() {
|
||||
mdbook build
|
||||
mdbook test
|
||||
|
||||
# FIXME(rust-lang/mdbook#789) remove `--ignore-url` when that bug is fixed
|
||||
linkchecker --ignore-url "print.html" book
|
||||
linkchecker book
|
||||
|
||||
# now check this as a directory of the bookshelf
|
||||
rm -rf shelf
|
||||
mkdir shelf
|
||||
mv book shelf
|
||||
# FIXME(rust-lang/mdbook#789) remove `--ignore-url` when that bug is fixed
|
||||
linkchecker --ignore-url "print.html" shelf
|
||||
linkchecker shelf
|
||||
|
||||
mv shelf/book .
|
||||
rmdir shelf
|
||||
|
||||
Reference in New Issue
Block a user