Skip to content

Commit

Permalink
Update main Doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adkoele authored Dec 9, 2024
1 parent ba7f34b commit 5e3d50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: mattnotmitt/[email protected]
with:
# Path to Doxyfile
doxyfile-path: "./Doxyfile" # default is ./Doxyfile
doxyfile-path: "./docs/Doxygen/Doxyfile" # default is ./Doxyfile
# Working directory
working-directory: "." # default is .
working-directory: "./docs/Doxygen" # default is .

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Default Doxyfile build documentation to html directory.
# Change the directory if changes in Doxyfile
publish_dir: ./html
publish_dir: ./docs/Doxygen/html

0 comments on commit 5e3d50a

Please sign in to comment.