Skip to content

Commit

Permalink
fix: update installation of Doxygen on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Jan 15, 2025
1 parent b689bc0 commit ccbea85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Setup GitHub Pages
uses: actions/configure-pages@v5

- name: Install doxygen
run: apt install -y doxygen
- name: Install Doxygen
uses: ssciwr/doxygen-install@v1

- name: Build documentation
run: doxygen
Expand Down

0 comments on commit ccbea85

Please sign in to comment.