Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix pdflatex dependencies
  • Loading branch information
OrdoFlammae authored Sep 23, 2024
1 parent 6ea222e commit 1a1b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Pandoc
run: sudo apt-get install -y pandoc pandoc-citeproc texlive-latex-base
run: sudo apt-get install -y pandoc pandoc-citeproc texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra

# Build the artifacts
- name: Build book formats
Expand Down

0 comments on commit 1a1b4a7

Please sign in to comment.