Skip to content

Commit 1344c1c

Browse files
committed
Add component input
1 parent f3e3631 commit 1344c1c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on: # yamllint disable-line rule:truthy
44
workflow_call:
55
inputs:
66
deploy:
7-
description: "Whether to include upcoming releases in the auto-detection"
7+
description: "Whether to deploy the generated documentation to the docs repository"
88
default: false
99
required: false
1010
type: "boolean"
11+
component:
12+
description: "The component to deploy the documentation for"
13+
required: true
14+
type: "string"
1115

1216
jobs:
1317
documentation:

0 commit comments

Comments
 (0)