Skip to content

Commit 3ac55af

Browse files
committed
Doxy Added?
Adding some actions that might implement doxy
1 parent 41530cd commit 3ac55af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docGen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Doxygen Action
19+
uses: mattnotmitt/doxygen-action@1.12.0
20+
with:
21+
working-directory: 'submodule/'
22+
doxyfile-path: 'docs/Doxygen'
23+
1824
- name: Deploy
1925
uses: peaceiris/actions-gh-pages@v4
2026
with:

0 commit comments

Comments
 (0)