Skip to content

Commit be43c67

Browse files
committed
Attempt 5 at doxygen
1 parent e985dd9 commit be43c67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
16+
- name: Install Doxygen
17+
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
1618
- name: Generate Doxygen Documentation
1719
run: doxygen Doxyfile
1820
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)