Skip to content

Commit

Permalink
Fix doxygen issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Jul 3, 2023
1 parent 824c349 commit 14118a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
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
sudo cp /tmp/doxygen-$version/bin/doxygen /bin/doxygen
- name: Run Doxygen
run: doxygen extras/documentation/doxygen.config
Expand Down

0 comments on commit 14118a2

Please sign in to comment.