File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13-
12+ - uses : actions/checkout@v6
13+ - uses : cargo-bins/cargo-binstall@main
1414 - name : Install mdbook
15- run : |
16- set -exo pipefail
17- curl -L https://github.com/alsuren/cargo-quickinstall/releases/download/mdbook-0.4.15-x86_64-unknown-linux-gnu/mdbook-0.4.15-x86_64-unknown-linux-gnu.tar.gz | tar -xzf - -C ~/.cargo/bin
18- curl -L https://github.com/alsuren/cargo-quickinstall/releases/download/mdbook-linkcheck-0.7.6-x86_64-unknown-linux-gnu/mdbook-linkcheck-0.7.6-x86_64-unknown-linux-gnu.tar.gz | tar -xzf - -C ~/.cargo/bin
19-
15+ run : cargo binstall -y mdbook mdbook-linkcheck
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2018 - run : mdbook build
2119 - uses : Cecilapp/GitHub-Pages-deploy@v3
2220 env :
You can’t perform that action at this time.
0 commit comments