Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux authored Sep 10, 2024
1 parent 047008b commit 79f7f3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:

- name: Run Doxygen
run: |
sudo apt-get update
sudo apt-get install doxygen
mkdir .dx
wget https://www.doxygen.nl/files/doxygen-1.12.0.linux.bin.tar.gz
tar xf --strip-components=1 doxygen-1.12.0.linux.bin.tar.gz
sudo make install
cd ..
mkdir -p docs/api
doxygen
- name: Upload artifact
Expand Down

0 comments on commit 79f7f3f

Please sign in to comment.