Skip to content

Commit 731f020

Browse files
committed
fixup! fixup! fixup! fix: pdf generation and style
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent c1eb302 commit 731f020

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
- name: Checkout repository
5959
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060

61+
- name: Install LaTeX dependencies
62+
run: |
63+
sudo apt-get update
64+
sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-latex-extra latexmk
65+
6166
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6267
with:
6368
python-version: '3.12'

0 commit comments

Comments
 (0)