Skip to content

Commit

Permalink
[ci] Update doc gen action
Browse files Browse the repository at this point in the history
1. Override options also on scheduled builds
2. Express CMake options lowercase, as they should be
  • Loading branch information
dpiparo committed Jan 12, 2025
1 parent 97294a9 commit 8d7d3da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/root-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
which qhelpgenerator-qt5
- name: Apply option overrides
if: ${{ github.event_name != 'schedule' }}
env:
OVERRIDES: "TESTING=Off ROOTTEST=Off MINIMAL=On"
OVERRIDES: "testing=Off roottest=Off minimal=On"
CONFIGFILE: '.github/workflows/root-ci-config/buildconfig/alma9.txt'
shell: bash
run: |
Expand Down

0 comments on commit 8d7d3da

Please sign in to comment.