Skip to content

Commit 091e512

Browse files
committed
Fix workflow
1 parent 6728426 commit 091e512

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030
run: |
3131
sudo apt -y update
3232
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
33+
sudo apt -y install texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
3334
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
3935
4036
- name: Generate docs
4137
run: |

0 commit comments

Comments
 (0)