Skip to content

Commit

Permalink
test: remove everything doxygen related except for the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Mar 4, 2024
1 parent d7d4eae commit 439717a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
- name: Install Doxygen
run: |
sudo apt-get install -y graphviz
mkdir doxygen-install
cd doxygen-install
wget https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz
tar -xvf doxygen-1.10.0.linux.bin.tar.gz
sudo mv doxygen-1.10.0/bin/doxygen /usr/bin/doxygen
sudo rm -rf doxygen-1.10.0
cd ..
sudo rm -rf doxygen-install
shell: bash
- name: Generate Doxygen Documentation
run: /usr/bin/doxygen Doxygen/Doxyfile
Expand Down

0 comments on commit 439717a

Please sign in to comment.