Skip to content

Commit

Permalink
doxygen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 2, 2024
1 parent 28c7fc3 commit 6222092
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/Doxyfile-cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down
2 changes: 1 addition & 1 deletion .github/Doxyfile-python
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doxygen-doc-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
workflow_dispatch:

jobs:
doxygen_generation:
doxygen_generation_cpp:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.DOXYGEN_DEPLOY_TOKEN }}
branch: gh-pages
config_file: ./.github/Doxyfile-cpp
doxygen_version: 1.9.6
4 changes: 2 additions & 2 deletions .github/workflows/doxygen-doc-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
workflow_dispatch:

jobs:
doxygen_generation:
doxygen_generation_python:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.DOXYGEN_DEPLOY_TOKEN }}
branch: gh-pages
config_file: ./.github/Doxyfile-python
doxygen_version: 1.9.6

0 comments on commit 6222092

Please sign in to comment.