From bfd4541b5e17339a200c3cf828de5d9ef35635a6 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 22 Jan 2025 14:32:30 +0100 Subject: [PATCH] [ci] Add 632 doxygen generation build --- .github/workflows/root-docs-632.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/root-docs-632.yml diff --git a/.github/workflows/root-docs-632.yml b/.github/workflows/root-docs-632.yml new file mode 100644 index 0000000000000..32382d4f1b9e0 --- /dev/null +++ b/.github/workflows/root-docs-632.yml @@ -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