Skip to content

Commit 025a098

Browse files
committed
[ci] Add trigger for the 6.38 doc
1 parent 23bd64e commit 025a098

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)