Skip to content

Commit

Permalink
Manually install Doxygen from GH Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle authored Jul 4, 2024
1 parent 85bfd82 commit e3abdea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install Doxygen from GitHub releases
uses: jaxxstorm/[email protected]
with:
repo: doxygen/doxygen
tag: Release_1_11_0
platform: linux
arch: "" # Do not look for an arch
- name: Install Doxygen from GitHub releases manually
run: |
wget https://github.com/doxygen/doxygen/releases/download/Release_1_11_0/doxygen-1.11.0.linux.bin.tar.gz -O doxygen.tar.gz
tar -xvzf doxygen.tar.gz
cd doxygen-*
make install
- name: Run Doxygen
run: doxygen docs/Doxyfile
- name: Upload artifact
Expand Down

0 comments on commit e3abdea

Please sign in to comment.