diff --git a/github_workflow_build.yml.template b/github_workflow_build.yml.template index f0bcc01..9e8bc35 100644 --- a/github_workflow_build.yml.template +++ b/github_workflow_build.yml.template @@ -30,7 +30,7 @@ jobs: sudo apt update sudo apt install texlive-latex-base texlive-latex-recommended \ texlive-latex-extra texlive-fonts-recommended \ - python3-sphinxcontrib.svg2pdfconverter perl latexmk \ + librsvg2-bin latexmk \ pdftk xsltproc latexmk cm-super - name: Build the document diff --git a/github_workflow_preview.yml.template b/github_workflow_preview.yml.template index fbfd9b1..67b0669 100644 --- a/github_workflow_preview.yml.template +++ b/github_workflow_preview.yml.template @@ -32,7 +32,7 @@ jobs: run: | sudo apt install texlive-latex-base texlive-latex-recommended \ texlive-latex-extra texlive-fonts-recommended \ - python3-sphinxcontrib.svg2pdfconverter perl latexmk \ + librsvg2-bin latexmk \ pdftk xsltproc latexmk cm-super - name: Build the document