Skip to content

Commit

Permalink
add texlive-latex-extra to website action
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Oct 3, 2024
1 parent b9b0d15 commit e79b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Pandoc and LaTeX
run: sudo apt install -y pandoc texlive-latex-recommended
run: sudo apt install -y pandoc texlive-latex-recommended texlive-latex-extra

- name: Compile Document
run: ./script/docstopdf.sh
Expand Down

0 comments on commit e79b7c9

Please sign in to comment.