Skip to content

Commit 676b618

Browse files
committed
Update Doxygen and theme versions
1 parent 67b0a55 commit 676b618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Install Doxygen
2828
env:
29-
DOXYGEN_VERSION: 1.9.3
29+
DOXYGEN_VERSION: 1.9.7
3030
run: |
3131
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
3232
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Install Themes
3737
env:
38-
DOXYGEN_AWESOME_VERSION: 2.0.3
38+
DOXYGEN_AWESOME_VERSION: 2.2.1
3939
working-directory: ./docs
4040
run: |
4141
git clone --depth 1 -b v${{ env.DOXYGEN_AWESOME_VERSION }} https://github.com/jothepro/doxygen-awesome-css

0 commit comments

Comments
 (0)