mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
use Doxygen 1.10.0
This commit is contained in:
parent
6fc2e1a74f
commit
2edffb080c
5
.github/workflows/docs.yaml
vendored
5
.github/workflows/docs.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user