enable and update doxygen (#364)
This commit is contained in:
parent
11793ed431
commit
1f2cbb04fd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 28ed396de19cd3d803bcb483dceefdb6d03b1b2b
|
||||
Subproject commit 9760c30014131f4eacb8e96f15f3869c7bc5dd8c
|
||||
Loading…
Reference in New Issue