We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bd64e commit 025a098Copy full SHA for 025a098
.github/workflows/root-docs-638.yml
@@ -0,0 +1,23 @@
1
+name: 'ROOT Docs 6.38'
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 1 * * *'
6
7
+ workflow_dispatch:
8
+ inputs:
9
+ incremental:
10
+ description: 'Do incremental build'
11
+ type: boolean
12
+ required: true
13
+ default: true
14
+ # docu_input: # opportunity: overwrite makeinput.sh with these args
15
+ # description: Folders to build documentation for. All folders are built if empty.
16
+ # type: string
17
+ # default: ""
18
+ # required: false
19
20
+jobs:
21
+ run_nightlies:
22
+ uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-38-00-patches
23
+ secrets: inherit
0 commit comments