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 600c2c3 commit 42cc45aCopy full SHA for 42cc45a
.github/workflows/docs.yaml
@@ -24,4 +24,4 @@ jobs:
24
uses: peaceiris/actions-gh-pages@v3
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
- publish_dir: ./docs/doxygen
+ publish_dir: ./docs/doxygen/html
Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
# entered, it will be relative to the location where doxygen was started. If
59
# left blank the current directory will be used.
60
61
-OUTPUT_DIRECTORY = docs/doyxgen
+OUTPUT_DIRECTORY = docs/doxygen
62
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
# directories (in 2 levels) under the output directory of each output format and
docs/.gitignore
0 commit comments