Use minimal cargo components in docs workflow
This commit is contained in:
parent
ea4d3b23f9
commit
d0e6597fec
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: beta
|
toolchain: beta
|
||||||
|
components: rust-docs
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue