Skip to content

Commit

Permalink
surely this'll do it
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones authored Aug 7, 2023
1 parent 93bae98 commit 2dee2c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ jobs:
- name: obtain copy of repository
uses: actions/checkout@v1

- name: run doxygen to generate doc, outputting inside doxyconfig/html
- name: run doxygen to generate doc, outputting inside /html
uses: mattnotmitt/[email protected]
with:
working-directory: ./doxyconfig
doxyfile-path: config
doxyfile-path: doxyconfig/config
enable-latex: true

- name: deploy new doc to github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxyconfig/html
publish_dir: html

0 comments on commit 2dee2c8

Please sign in to comment.