Set the nobuild flag

This commit is contained in:
Evan Pratten 2022-03-18 09:47:41 -04:00
parent 82f80263b9
commit 142956494f

View File

@ -29,6 +29,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --features nobuild
- name: Build mdBook
run: mdbook build