File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install mdbook
24
24
run : |
25
25
mkdir mdbook
26
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
26
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.40 /mdbook-v0.4.40 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
27
27
echo `pwd`/mdbook >> $GITHUB_PATH
28
28
- name : Deploy docs
29
29
run : |
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
- name : Install cargo-semver-checks
112
112
run : |
113
113
mkdir installed-bins
114
- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.31 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
114
+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.32 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
115
115
| tar -xz --directory=./installed-bins
116
116
echo `pwd`/installed-bins >> $GITHUB_PATH
117
117
- run : ci/validate-version-bump.sh
@@ -260,7 +260,7 @@ jobs:
260
260
- name : Install mdbook
261
261
run : |
262
262
mkdir mdbook
263
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
263
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.40 /mdbook-v0.4.40 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
264
264
echo `pwd`/mdbook >> $GITHUB_PATH
265
265
- run : cd src/doc && mdbook build --dest-dir ../../target/doc
266
266
- name : Run linkchecker.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "The Cargo Book"
3
3
author = " Alex Crichton, Steve Klabnik and Carol Nichols, with contributions from the Rust community"
4
4
5
5
[output .html ]
6
- curly-quotes = true # Enable smart-punctuation feature for more than quotes.
6
+ smart-punctuation = true # Enable smart-punctuation feature for more than quotes.
7
7
git-repository-url = " https://github.com/rust-lang/cargo/tree/master/src/doc/src"
8
8
edit-url-template = " https://github.com/rust-lang/cargo/edit/master/src/doc/{path}"
9
9
search.use-boolean-and = true
You can’t perform that action at this time.
0 commit comments