fix mdbook version to 0.4.15 since latest version is unable to send the hidden code blocks to the playground server
This commit is contained in:
@@ -9,7 +9,7 @@ rust:
|
||||
|
||||
before_script:
|
||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
|
||||
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "0.4.15" mdbook)
|
||||
- cargo install-update -a
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user