Searched +full:mdbook +full:- (Results 1 – 6 of 6) sorted by relevance
5 - Install [mdBook]: `cargo install mdbook`.6 - Run `mdbook build` in this directory.7 - Open the generated *build/index.html*.9 [mdBook]: https://github.com/rust-lang/mdBook
3 set -e7 if [ -f ./mdbook ]; then8 ./mdbook build10 mdbook build13 if [ ! -d node_modules ]; then
6 - main9 deploy-book:10 runs-on: ubuntu-latest12 - uses: actions/checkout@v314 persist-credentials: false16 - name: Install stable17 uses: actions-rs/toolchain@v123 - name: Test book25 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-…26 ./mdbook build book[all …]
6 - main9 - main12 rustfmt-clippy:13 runs-on: ubuntu-latest16 - uses: actions/checkout@v318 - name: Install stable19 uses: actions-rs/toolchain@v122 # TODO: Should ideally be stable, but we use some nightly-only28 - name: Run rustfmt29 uses: actions-rs/cargo@v1[all …]
6 - master8 - book/**9 - .github/workflows/site.yml15 runs-on: ubuntu-latest18 timeout-minutes: 3020 - uses: actions/checkout@v322 - name: Get mdBook25 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"26 … export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"27 curl -Lf "${MDBOOK_URL}" | tar -xzC book[all …]
1 # codespan-reporting3 [![Continuous integration][actions-badge]][actions-url]4 [![Crates.io][crate-badge]][crate-url]5 [![Docs.rs][docs-badge]][docs-url]6 [![Matrix][matrix-badge]][matrix-lobby]8 [actions-badge]: https://img.shields.io/github/workflow/status/brendanzab/codespan/Continuous%20int…9 [actions-url]: https://github.com/brendanzab/codespan/actions10 [crate-url]: https://crates.io/crates/codespan-reporting11 [crate-badge]: https://img.shields.io/crates/v/codespan-reporting.svg12 [docs-url]: https://docs.rs/codespan-reporting[all …]