Skip to content

Commit 0a87e19

Browse files
authored
change gh action to use more modern doxygen (#81)
1 parent 234de17 commit 0a87e19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ jobs:
8181
- name: Run tests
8282
run: just test
8383

84-
- name: Build docs
85-
uses: mattnotmitt/[email protected]
84+
- name: Install Doxygen
85+
uses: ssciwr/doxygen-install@v1
86+
with:
87+
version: "1.14.0"
8688

89+
- name: Build docs
90+
run: just docs
91+
8792
- name: Deploy docs
8893
if: github.ref == 'refs/heads/main'
8994
env:

0 commit comments

Comments
 (0)