diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 18:17:20 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 18:26:27 +0100 |
commit | 370726684eea55e6a8be10bca39378c3d2fca7f9 (patch) | |
tree | 8a6700b71cab365ba434812bc02a604248f875d4 /.github/workflows/main.yml | |
parent | 0e567d114d846ff815e44d702633d20d763b4e46 (diff) |
Add LaTeX packages for Doxygengenerate-doxygen-latex
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 5 |
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 |