Skip to content

Commit 42cc45a

Browse files
committed
fix issue with doxygen
1 parent 600c2c3 commit 42cc45a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./docs/doxygen
27+
publish_dir: ./docs/doxygen/html

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = docs/doyxgen
61+
OUTPUT_DIRECTORY = docs/doxygen
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and

docs/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)