use Doxygen 1.10.0

This commit is contained in:
Alex Bates 2024-01-10 00:02:40 +00:00
parent 6fc2e1a74f
commit 2edffb080c

View File

@ -9,7 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Doxygen
run: sudo apt-get install doxygen
run: |
# doxygen on apt is too old
curl -L https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz | tar xz
sudo mv doxygen-*/bin/doxy* /usr/local/bin
- name: Generate docs
run: doxygen
# deploy to gh pages if repo is pmret/papermario