build?
Build Adventurer's Guide / Build-PDF (push) Failing after 9m20s Details

main
HeNine 1 year ago
parent 53010f3155
commit cd2efb17a7

@ -21,7 +21,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Install dependencies
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`
run: latexmk
- run: echo "PDF built"

Loading…
Cancel
Save