summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 18:17:20 +0100
committerrodarima <rodarima@gmail.com>2024-03-09 18:33:33 +0100
commit52a6f00d1b336f08f13504db847c3be7da0d6fde (patch)
tree8a6700b71cab365ba434812bc02a604248f875d4
parent0e567d114d846ff815e44d702633d20d763b4e46 (diff)
Add LaTeX packages for Doxygen
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 68dd07d..7dddd44 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,6 +29,11 @@ jobs:
uses: mattnotmitt/doxygen-action@1.9.8
with:
working-directory: 'dillo/'
+ # Doesn't work as we are not enabling the PDF output, but generating
+ # images of LaTeX formular in the HTML output.
+ # enable-latex: true
+ # So we simply add LaTeX the packages manually:
+ additional-packages: 'perl build-base texlive-full biblatex ghostscript'
- name: Copy Doxygen docs to website directory
run: |
# For some reason they are generated by root user