Skip to content

Commit

Permalink
fix: install Doxygen on workflow before try to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Jan 15, 2025
1 parent 3e2b4a8 commit b689bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Setup GitHub Pages
uses: actions/configure-pages@v5

- name: Install doxygen
run: apt install -y doxygen

- name: Build documentation
run: doxygen

Expand Down

0 comments on commit b689bc0

Please sign in to comment.