Skip to content

Commit

Permalink
👷 use doxygen 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 8, 2024
1 parent 83cca16 commit fe67bf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
with:
submodules: true
- name: setup-doxygen
run: sudo apt install doxygen
run: |
set -ex
wget https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz
tar -xzf doxygen-1.10.0.linux.bin.tar.gz
- name: build
run: make docs
run: make docs DOXYGEN=doxygen-1.10.0/bin/doxygen
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit fe67bf7

Please sign in to comment.