We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324b361 commit f792d83Copy full SHA for f792d83
.github/workflows/root-docs-master.yml
@@ -9,10 +9,10 @@ on:
9
workflow_dispatch:
10
inputs:
11
incremental:
12
- description: 'Do incremental build'
+ description: 'Do full build'
13
type: boolean
14
- required: true
15
- default: true
+ required: false
+ default: false
16
# docu_input: # opportunity: overwrite makeinput.sh with these args
17
# description: Folders to build documentation for. All folders are built if empty.
18
# type: string
0 commit comments