Set the nobuild flag
This commit is contained in:
parent
82f80263b9
commit
142956494f
1
.github/workflows/gen-docs.yml
vendored
1
.github/workflows/gen-docs.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: doc
|
||||
args: --features nobuild
|
||||
- name: Build mdBook
|
||||
run: mdbook build
|
||||
|
||||
|
Reference in New Issue
Block a user