-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93bae98
commit 2dee2c8
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |