We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f373630 commit 2036441Copy full SHA for 2036441
.github/workflows/doxygen.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: AgarwalSaurav/ghaction-doxygen-ghpages@de7725119570b5d09a5d7872518f9e5cbd8dae8e
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
- working-directory: .
26
- doxyfile-path: docs/Doxyfile
27
- html-output-folder: docs/Doxygen/html
+ working-directory: docs
+ doxyfile-path: Doxyfile
+ html-output-folder: Doxygen/html
28
branch: gh-pages
0 commit comments