Skip to content

agent-driven: update CI mdbook version to ^0.5 and fix deprecated book.toml #45

agent-driven: update CI mdbook version to ^0.5 and fix deprecated book.toml

agent-driven: update CI mdbook version to ^0.5 and fix deprecated book.toml #45

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.5" mdbook)
- run: mdbook build && mdbook test