chore: Store generated rustdoc as circleci artifacts

pull/24376/head
Marko Mikulicic 2021-06-23 00:02:05 +02:00
parent 4c5007f961
commit 60c1b68644
No known key found for this signature in database
GPG Key ID: D02A41F91A687DB3
1 changed files with 5 additions and 1 deletions

View File

@ -103,8 +103,12 @@ jobs:
- cache_restore
- run:
name: Cargo doc
command: cargo doc --document-private-items --no-deps --workspace
# excluding datafusion because it's effectively a dependency masqueraded as workspace crate.
command: cargo doc --document-private-items --no-deps --workspace --exclude datafusion
- cache_save
- store_artifacts:
path: target/doc/
destination: rustdoc
test:
docker:
- image: quay.io/influxdb/rust:ci