File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ rust: beta
3
3
4
4
before_install :
5
5
- 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
14
7
15
8
script :
16
9
- ~/.local/bin/mdbook build
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ src = "src"
11
11
curly-quotes = true
12
12
additional-css = [" src/special-content.css" ]
13
13
git-repository-url = " https://github.com/rust-cli/book"
14
+ site-url = " /book/"
14
15
15
16
# Linkcheck doesn't find images/SVG so it's not enabled for now
16
17
# [output.linkcheck]
You can’t perform that action at this time.
0 commit comments