Skip to content

Commit 53f7555

Browse files
authored
Merge pull request #3085 from benjeffery/fix-docs-3
Fixing docs CI
2 parents c807c1e + 9fb8a52 commit 53f7555

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)