Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix pdflatex
  • Loading branch information
OrdoFlammae authored Sep 23, 2024
1 parent 1c8168d commit 6ea222e
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 pdflatex
run: sudo apt-get install -y pandoc pandoc-citeproc texlive-latex-base

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

0 comments on commit 6ea222e

Please sign in to comment.