summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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