File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
- name : check documentation build
12
12
image : rust:1.49-slim-buster
13
13
commands :
14
- - cargo install mdbook --git https://github.com/Nutomic /mdBook.git --branch localization
15
- --rev 0982a82 --force --debug
14
+ - cargo install mdbook --git https://github.com/Ruin0x11 /mdBook.git --branch localization
15
+ --rev 9d8147c --force --debug
16
16
- mdbook build .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Our documentation tool [mdbook](https://github.com/rust-lang/mdBook) doesn't sup
10
10
11
11
``` bash
12
12
cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
13
- --branch localization --rev d06249b
13
+ --branch localization --rev 9d8147c
14
14
# generate static page in `book` subfolder
15
15
mdbook build
16
16
# serve the book at `http://localhost:3000`, and rebuilds on changes
You can’t perform that action at this time.
0 commit comments