Skip to content

Commit 7c4db8a

Browse files
committed
use updated mdbook from upstream pr
rust-lang/mdBook#1306 (comment)
1 parent 362958f commit 7c4db8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ steps:
1111
- name: check documentation build
1212
image: rust:1.49-slim-buster
1313
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
1616
- mdbook build .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Our documentation tool [mdbook](https://github.com/rust-lang/mdBook) doesn't sup
1010

1111
```bash
1212
cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
13-
--branch localization --rev d06249b
13+
--branch localization --rev 9d8147c
1414
# generate static page in `book` subfolder
1515
mdbook build
1616
# serve the book at `http://localhost:3000`, and rebuilds on changes

0 commit comments

Comments
 (0)