Skip to content

Commit 6728426

Browse files
committed
Install latex for deployment
1 parent c3c739f commit 6728426

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
sudo apt -y update
3232
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
3333
sudo -H pip3 install --upgrade poxy
34+
sudo apt install \
35+
texlive-base \
36+
texlive-latex-extra \
37+
texlive-fonts-extra \
38+
texlive-fonts-recommended
3439
3540
- name: Generate docs
3641
run: |

0 commit comments

Comments
 (0)