Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions dev/breeze/doc/images/output_workflow-run_publish-docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aee3662a42543b525bf4ccfd23adaf62
d6a1511258a72057d4267040f78d2262
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def workflow_run():
)
@click.option(
"--exclude-docs",
help="Comma separated list of docs packages to exclude from the publish.",
help="Comma separated short name list of docs packages to exclude from the publish. (example: apache.druid,google)",
default="no-docs-excluded",
)
@click.option(
Expand Down
Loading