|
|
@ -21,7 +21,7 @@ jobs:
|
|
|
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
|
|
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install dependencies
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo apt-get update && sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
|
|
|
|
apt-get update && apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
|
|
|
|
- name: Build PDF with `latexmk`
|
|
|
|
- name: Build PDF with `latexmk`
|
|
|
|
run: latexmk
|
|
|
|
run: latexmk
|
|
|
|
- run: echo "PDF built"
|
|
|
|
- run: echo "PDF built"
|
|
|
|