summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorErin Moon <erin@hecke.rs>2021-01-25 10:34:38 -0600
committerGitHub <noreply@github.com>2021-01-25 11:34:38 -0500
commit9165dfe8cf9cdf40e7d54bbe39d08ece06fcd033 (patch)
tree1eab35f97d39a3b40bab758653b641f088d300e7 /.github/workflows
parent6e7708652e0d0b4a43b35e3f3d5d3609461206c9 (diff)
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/doxygen.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 91b2acdfcb..e4e89b6b1a 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -15,7 +15,6 @@ jobs:
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'Doxyfile'
- enable-latex: true
- name: deploy docs to github pages
uses: peaceiris/actions-gh-pages@v3
with: