Skip to content

Commit

Permalink
Update doxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Jul 3, 2023
1 parent 69d1118 commit 824c349
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
uses: actions/configure-pages@v3

- name: Install Doxygen
run: sudo apt-get install -y doxygen graphviz
run: |
version="1.9.7"
wget https://doxygen.nl/files/doxygen-$version.linux.bin.tar.gz -P /tmp/
tar -xf /tmp/doxygen-$version.linux.bin.tar.gz -C /tmp/
cp /tmp/doxygen-$version/bin/doxygen /bin/doxygen
- name: Run Doxygen
run: doxygen extras/documentation/doxygen.config
Expand Down

0 comments on commit 824c349

Please sign in to comment.