We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3076c1e commit d55009fCopy full SHA for d55009f
.github/Doxyfile
@@ -1252,7 +1252,7 @@ GENERATE_HTML = YES
1252
# The default directory is: html.
1253
# This tag requires that the tag GENERATE_HTML is set to YES.
1254
1255
-HTML_OUTPUT = html
+HTML_OUTPUT = .
1256
1257
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1258
# generated HTML page (for example: .htm, .php, .asp).
.github/workflows/doxygen-deployment.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_branch: gh-pages
35
- publish_dir: docs/html
+ publish_dir: docs
36
destination_dir: ${{ github.event.release.tag_name }}
37
keep_files: true
38
0 commit comments