Skip to content

Commit e27a8f3

Browse files
ehusskillercup
authored andcommitted
Update mdbook
1 parent ab8bfab commit e27a8f3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ rust: beta
33

44
before_install:
55
- mkdir -pv ~/.local/bin
6-
- curl -LSfs https://japaric.github.io/trust/install.sh |
7-
sh -s --
8-
--git rust-lang-nursery/mdBook
9-
--crate mdbook
10-
--force
11-
--target x86_64-unknown-linux-gnu
12-
--tag v0.3.5
13-
--to ~/.local/bin
6+
- curl -LSfs https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory ~/.local/bin
147

158
script:
169
- ~/.local/bin/mdbook build

book.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src = "src"
1111
curly-quotes = true
1212
additional-css = ["src/special-content.css"]
1313
git-repository-url = "https://github.com/rust-cli/book"
14+
site-url = "/book/"
1415

1516
# Linkcheck doesn't find images/SVG so it's not enabled for now
1617
# [output.linkcheck]

0 commit comments

Comments
 (0)