We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b0a55 commit 676b618Copy full SHA for 676b618
1 file changed
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Doxygen
28
env:
29
- DOXYGEN_VERSION: 1.9.3
+ DOXYGEN_VERSION: 1.9.7
30
run: |
31
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
32
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install Themes
37
38
- DOXYGEN_AWESOME_VERSION: 2.0.3
+ DOXYGEN_AWESOME_VERSION: 2.2.1
39
working-directory: ./docs
40
41
git clone --depth 1 -b v${{ env.DOXYGEN_AWESOME_VERSION }} https://github.com/jothepro/doxygen-awesome-css
0 commit comments