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