Skip to content

Commit f792d83

Browse files
committed
[skip-ci][doc] force full build of root
1 parent 324b361 commit f792d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/root-docs-master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
incremental:
12-
description: 'Do incremental build'
12+
description: 'Do full build'
1313
type: boolean
14-
required: true
15-
default: true
14+
required: false
15+
default: false
1616
# docu_input: # opportunity: overwrite makeinput.sh with these args
1717
# description: Folders to build documentation for. All folders are built if empty.
1818
# type: string

0 commit comments

Comments
 (0)