Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Aug 22, 2024
1 parent 9bb2248 commit 87515d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
cache: true
- name: Install requirements
run: pdm sync -dG doc
- name: Install TeX Live
uses: zauguin/install-texlive@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
version: 1.0
execute_install_scripts: true
- name: Build PDF
run: pdm run make -C docs/ latexpdf
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 87515d8

Please sign in to comment.