Skip to content

Commit

Permalink
Fix cargo make docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Sep 5, 2024
1 parent d914022 commit 41ee893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ description = "Run cargo-deny with tracing_opentelemetry_0_23 feature"
[tasks.docs]
description = "Build docs as they are rendered on docs.rs"
command = "cargo"
args = ["doc", "--document-private-items", "--all-features", "--no-deps"]
args = ["doc", "--document-private-items", "--features=auth0,gzip", "--no-deps"]
env = { "RUSTDOCFLAGS" = "-Dwarnings" }

[tasks.release]
Expand Down

0 comments on commit 41ee893

Please sign in to comment.