Skip to content

Commit 4e6ad0c

Browse files
committed
Fixing directory
Hopefully this fixes the directory for doxy
1 parent 3ac55af commit 4e6ad0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docGen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Doxygen Action
1919
uses: mattnotmitt/doxygen-action@1.12.0
2020
with:
21-
working-directory: 'submodule/'
22-
doxyfile-path: 'docs/Doxygen'
21+
working-directory: './'
22+
doxyfile-path: './public'
2323

2424
- name: Deploy
2525
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)