CI: Fix documentation rendering

This commit is contained in:
Jack Grigg 2021-07-09 21:12:06 +01:00
parent 7c897d52cc
commit d868f2363d
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,10 @@ jobs:
- name: Build latest rustdocs
uses: actions-rs/cargo@v1
with:
command: rustdoc
args: --workspace --all-features -- --cfg docsrs
command: doc
args: --workspace --all-features
env:
RUSTDOCFLAGS: -Z unstable-options --enable-index-page --cfg docsrs
- name: Move latest rustdocs into book
run: |