Closed killercup closed 5 years ago
The custom CSS works locally with cargo install mdbook but not when the book is built on CI, as we download a pre-built binary and there are none for 0.2.2. Let's update to a newer version of mdbook once it is available.
cargo install mdbook
cc https://github.com/rust-lang-nursery/mdBook/issues/820
Fixed by #155
The custom CSS works locally with
cargo install mdbook
but not when the book is built on CI, as we download a pre-built binary and there are none for 0.2.2. Let's update to a newer version of mdbook once it is available.cc https://github.com/rust-lang-nursery/mdBook/issues/820