Skip to content

Commit

Permalink
publish-github-pages.yml: bump doxygen 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 26, 2023
1 parent 4ae87cd commit c00059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Doxygen
# https://www.doxygen.nl/download.html
env:
DOXYGEN_VERSION: "1.9.8"
DOXYGEN_VERSION: "1.10.0"
run: |
curl https://www.doxygen.nl/files/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz --output doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz
tar xf doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz
Expand Down

0 comments on commit c00059a

Please sign in to comment.