Skip to content

Commit ee25285

Browse files
authored
Merge pull request #30 from telos-collaboration/ic/fix-docs-GA-latex
Install TeX to docs GA
2 parents 5e11960 + f856a09 commit ee25285

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
with:
3232
version: "1.16.1"
3333

34+
- name: Install Ghostscript
35+
run: sudo apt install ghostscript
36+
37+
- name: Install TeX Live
38+
uses: zauguin/install-texlive@v4
39+
with:
40+
packages: >
41+
scheme-basic iftex graphics xcolor newunicodechar
3442
3543
- name: Set up Python
3644
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)