Skip to content

Commit

Permalink
Update deploy_pages.yml
Browse files Browse the repository at this point in the history
delete texlive-full
  • Loading branch information
semikernel authored Jul 2, 2024
1 parent 43130f4 commit 900bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
sudo apt-get install texlive-full
# sudo apt-get install texlive-full
- name: Copy standalone.cls
run: |
sudo cp standalone.cls /usr/share/texlive/texmf-dist/tex/latex/base/standalone.cls
Expand Down

0 comments on commit 900bdd0

Please sign in to comment.