Skip to content

Commit

Permalink
download and use v1.9.7 doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhaxor committed Aug 20, 2023
1 parent 2d29f06 commit 0bcfa7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
submodules: true
- name: Install doxygen
run: |
sudo apt install doxygen graphviz -y
sudo apt install graphviz -y
wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_7/doxygen-1.9.7.linux.bin.tar.gz
tar xf doxygen-1.9.7.linux.bin.tar.gz
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build documentation
run: |
doxygen
./doxygen-1.9.7/bin/doxygen
touch docs/html/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 0bcfa7e

Please sign in to comment.