File tree 2 files changed +5
-30
lines changed
2 files changed +5
-30
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install mdbook
18
18
run : |
19
19
mkdir bin
20
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.4 /mdbook-v0.3.4 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
20
+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.5 /mdbook-v0.3.5 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
21
21
echo "##[add-path]$(pwd)/bin"
22
22
- name : Report versions
23
23
run : |
29
29
- name : Check for unstable features
30
30
run : (cd stable-check && cargo run -- ../src)
31
31
- name : Check for broken links
32
- run : tests/linkcheck.sh
32
+ run : |
33
+ curl -sSLo linkcheck.sh \
34
+ https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
35
+ sh linkcheck.sh --all reference
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments