chore: compress CI docs (#2880)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
708e862314
commit
8267e19592
|
@ -127,9 +127,11 @@ jobs:
|
|||
# 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
|
||||
- run:
|
||||
name: Compress Docs
|
||||
command: tar -cvzf rustdoc.tar.gz target/doc/
|
||||
- store_artifacts:
|
||||
path: target/doc/
|
||||
destination: rustdoc
|
||||
path: rustdoc.tar.gz
|
||||
|
||||
test:
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue