Skip to content

Commit

Permalink
fix output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Sep 14, 2024
1 parent 5491dbc commit bd25879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Publish-Python3-Bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ jobs:
- name: Generate doxygen documentation
run: |
mkdir docs
cd docs
doxygen ..\Doxyfile -w html -g .\Doxyfile
cd ..
mkdir docs
doxygen .\Doxyfile -w html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY =
OUTPUT_DIRECTORY = docs

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

0 comments on commit bd25879

Please sign in to comment.