Currently on version 0.3.7 and the newest version is 0.4.3, so there are breaking changes.
Relevant file:
|
- run: | |
|
mkdir mdbook |
|
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook |
|
echo ::add-path::`pwd`/mdbook |
Currently on version 0.3.7 and the newest version is 0.4.3, so there are breaking changes.
Relevant file:
cargo/.github/workflows/main.yml
Lines 97 to 100 in 13b73cd