File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
1919 - name : Install mdbook and other preprocessors
2020 run : |
21- cargo install mdbook mdbook-variables
21+ cargo install mdbook --version 0.4.32
22+ cargo install mdbook-variables --version 0.2.1
2223 - name : Deploy GitHub Pages
2324 run : |
2425 # This assumes your book is in the root of your repository.
Original file line number Diff line number Diff line change 22
33The book is built [ using ` mdbook ` ] ( https://rust-lang.github.io/mdBook/index.html ) .
44
5- Install mdbook.
5+ Install mdbook -- exact version is required since (at the time of this writing) there were some compatibility issues .
66
77``` bash
8- cargo install mdbook
8+ cargo install mdbook --version 0.4.32
99```
1010
11- Install mdbook-variables preprocessor
11+ Install mdbook-variables preprocessor -- exact version is required since (at the time of this writing) there were some compatibility issues.
1212
1313``` bash
14- cargo install mdbook-variables
14+ cargo install mdbook-variables --version 0.2.1
1515```
1616
1717Serve the book locally and open your default browser.
You can’t perform that action at this time.
0 commit comments