File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ jobs:
1111 name : build and test
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v6
1515 - name : Install Rust
1616 run : rustup update stable && rustup default stable
1717 - name : Install mdbook
18- uses : taiki-e/install-action@mdbook
19- - name : Install mdbook-linkcheck
20- uses : taiki-e/install-action@mdbook-linkcheck
18+ uses : taiki-e/install-action@v2
19+ with :
20+ tool : mdbook
21+ - name : Install mdbook-linkcheck2
22+ uses : taiki-e/install-action@v2
23+ with :
24+ tool : mdbook-linkcheck2
25+ fallback : cargo-install
2126 - run : mdbook build
2227 - run : cargo test --all --manifest-path=./examples/Cargo.toml --target-dir ./target
2328 - uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The async book is built with [`mdbook`] ([docs](https://rust-lang.github.io/mdBo
1010
1111```
1212cargo install mdbook
13- cargo install mdbook-linkcheck
13+ cargo install mdbook-linkcheck2
1414```
1515
1616[ `mdbook` ] : https://github.com/rust-lang/mdBook
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ create-missing = false
99git-repository-url = " https://github.com/rust-lang/async-book"
1010site-url = " /async-book/"
1111
12- [output .linkcheck ]
12+ [output .linkcheck2 ]
1313follow-web-links = true
1414traverse-parent-directories = false
1515exclude = [ ' blog\.cloudflare\.com' ]
You can’t perform that action at this time.
0 commit comments