We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac55af commit 4e6ad0cCopy full SHA for 4e6ad0c
1 file changed
.github/workflows/docGen.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Doxygen Action
19
uses: mattnotmitt/doxygen-action@1.12.0
20
with:
21
- working-directory: 'submodule/'
22
- doxyfile-path: 'docs/Doxygen'
+ working-directory: './'
+ doxyfile-path: './public'
23
24
- name: Deploy
25
uses: peaceiris/actions-gh-pages@v4
0 commit comments