enable and update doxygen (#364)

This commit is contained in:
coco875
2025-06-25 14:37:40 +00:00
committed by GitHub
parent 11793ed431
commit 1f2cbb04fd
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ on:
jobs:
deploy:
if: 0
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -17,7 +16,7 @@ jobs:
- name: Install Doxygen
run: |
sudo apt-get install graphviz doxygen
wget https://www.doxygen.nl/files/doxygen-1.11.0.linux.bin.tar.gz
wget https://www.doxygen.nl/files/doxygen-1.12.0.linux.bin.tar.gz
tar -xzf doxygen-*.linux.bin.tar.gz
- name: Generate Doxygen documentation