Skip to content

Commit

Permalink
Attempt 5 at doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield committed Dec 9, 2024
1 parent e985dd9 commit be43c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
- name: Generate Doxygen Documentation
run: doxygen Doxyfile
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit be43c67

Please sign in to comment.