Don't use actions-rs for build of manual either

add_libdifftastic
Wilfred Hughes 2022-08-27 16:00:41 +07:00
parent bc40836b8f
commit 660e9a1b1e
1 changed files with 2 additions and 3 deletions

@ -16,9 +16,8 @@ jobs:
- name: Install jq
run: sudo apt-get install -y jq
- uses: actions-rs/cargo@v1
with:
command: doc
- uses: dtolnay/rust-toolchain@1.57.0
- run: cargo test
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1