Skip to content

Commit

Permalink
[ci] Add 632 doxygen generation build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 22, 2025
1 parent db8d7a5 commit bfd4541
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/root-docs-632.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: 'ROOT Docs 6.32'

on:
schedule:
- cron: '0 1 * * *'
- cron: '0 12 * * *'

workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
# docu_input: # opportunity: overwrite makeinput.sh with these args
# description: Folders to build documentation for. All folders are built if empty.
# type: string
# default: ""
# required: false

jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-32-00-patches
secrets: inherit

0 comments on commit bfd4541

Please sign in to comment.