Skip to content

Commit

Permalink
Dep: graphviz
Browse files Browse the repository at this point in the history
Make sure autoUML deps are satisfied
  • Loading branch information
mileskent committed Sep 28, 2024
1 parent 98a9efc commit 9879f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: 'Doxyfile'

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y graphviz

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9879f78

Please sign in to comment.