chore: remove unecessary doc exclude (#6018)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
50061cd2fe
commit
1eb0d64210
|
|
@ -172,8 +172,7 @@ jobs:
|
|||
- cache_restore
|
||||
- run:
|
||||
name: Cargo doc
|
||||
# excluding datafusion because it's effectively a dependency masqueraded as workspace crate.
|
||||
command: cargo doc --document-private-items --no-deps --workspace --exclude datafusion
|
||||
command: cargo doc --document-private-items --no-deps --workspace
|
||||
- cache_save
|
||||
- run:
|
||||
name: Compress Docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue