mirror of https://github.com/zeldaret/tp.git
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:
parent
6e7708652e
commit
9165dfe8cf
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue