Skip to content

Commit

Permalink
Checkout in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanBlanchard authored Oct 31, 2024
1 parent 6466d43 commit 5310510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: install needed packages
run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo --preserve-env=DEBIAN_FRONTEND apt install -y make texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-plain-generic texlive-fonts-extra texlive-lang-french texlive-luatex python3-pygments librsvg2-bin
- name: retrieve sources
uses: actions/checkout@v4
- name: compile
run: make
- name: archive PDFs
Expand Down

0 comments on commit 5310510

Please sign in to comment.