Skip to content

Commit 9fb8a52

Browse files
committed
Fix doxygen version
1 parent c807c1e commit 9fb8a52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Update environment
4848
run: |
49-
mamba install -y python=3.10 doxygen pip
49+
mamba install -y python=3.10 doxygen=1.12.0 pip
5050
pip install -r ${{ env.REQUIREMENTS }}
5151
if: steps.cache.outputs.cache-hit != 'true'
5252

@@ -55,7 +55,9 @@ jobs:
5555
run: make $MAKE_TARGET
5656

5757
- name: Build Docs
58-
run: make -C docs
58+
run: |
59+
doxygen -v
60+
make -C docs
5961
6062
- name: Trigger docs site rebuild
6163
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)