Skip to content

Commit d55009f

Browse files
committed
Updating doxygen deployment
1 parent 3076c1e commit d55009f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ GENERATE_HTML = YES
12521252
# The default directory is: html.
12531253
# This tag requires that the tag GENERATE_HTML is set to YES.
12541254

1255-
HTML_OUTPUT = html
1255+
HTML_OUTPUT = .
12561256

12571257
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
12581258
# generated HTML page (for example: .htm, .php, .asp).

.github/workflows/doxygen-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_branch: gh-pages
35-
publish_dir: docs/html
35+
publish_dir: docs
3636
destination_dir: ${{ github.event.release.tag_name }}
3737
keep_files: true
3838

0 commit comments

Comments
 (0)