We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e3631 commit 1344c1cCopy full SHA for 1344c1c
1 file changed
.github/workflows/documentation.yml
@@ -4,10 +4,14 @@ on: # yamllint disable-line rule:truthy
4
workflow_call:
5
inputs:
6
deploy:
7
- description: "Whether to include upcoming releases in the auto-detection"
+ description: "Whether to deploy the generated documentation to the docs repository"
8
default: false
9
required: false
10
type: "boolean"
11
+ component:
12
+ description: "The component to deploy the documentation for"
13
+ required: true
14
+ type: "string"
15
16
jobs:
17
documentation:
0 commit comments