Skip to content

Commit

Permalink
added files for github pages documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeneghini committed Dec 17, 2023
1 parent af1b6e8 commit 9a57cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: mattnotmitt/doxygen-action@v1.1.0
with:
# Path to Doxyfile
doxyfile-path: "./docs/Doxyfile" # default is ./Doxyfile
doxyfile-path: ./docs/Doxyfile # default is ./Doxyfile
# Working directory
working-directory: "." # default is .
working-directory: . # default is .

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9a57cd9

Please sign in to comment.