doxygen workflow: don't enable-latex (#95)

this does a thing we don't actually want to do (generate a pdf), and is also broken, because everything is someone else's problem

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
Erin Moon 2021-01-25 10:34:38 -06:00 committed by GitHub
parent 6e7708652e
commit 9165dfe8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ jobs:
uses: mattnotmitt/doxygen-action@v1 uses: mattnotmitt/doxygen-action@v1
with: with:
doxyfile-path: 'Doxyfile' doxyfile-path: 'Doxyfile'
enable-latex: true
- name: deploy docs to github pages - name: deploy docs to github pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with: