We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d42781 commit aa23e69Copy full SHA for aa23e69
1 file changed
.github/workflows/build-docs.yml
@@ -8,7 +8,7 @@ on:
8
required: true
9
component:
10
description: "Component(s) to build docs for"
11
- required: true
+ required: false
12
default: "all"
13
type: string
14
# below are the acceptable options:
@@ -18,12 +18,12 @@ on:
18
# - all
19
git-tag:
20
description: "Target git tag to build docs for"
21
22
default: ""
23
24
is-release:
25
description: "Are we building release docs?"
26
27
default: false
28
type: boolean
29
0 commit comments