Skip to content

Commit

Permalink
Update deploy_pages.yml
Browse files Browse the repository at this point in the history
 Create directory for preview.sty
  • Loading branch information
semikernel authored Jul 2, 2024
1 parent a57eccb commit 277661e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended preview-latex
# sudo apt-get install texlive-full
- name: Create directory for preview.sty
run: |
sudo mkdir -p /usr/share/texlive/texmf-dist/tex/latex/preview
- 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 277661e

Please sign in to comment.