build?
Build Adventurer's Guide / Build-PDF (push) Has been cancelled Details

main
HeNine 1 year ago
parent c9bead9408
commit b7444a3f5b

@ -7,8 +7,8 @@ on:
jobs:
Build-PDF:
# runs-on: latex-2023-04-09
runs-on: ubuntu-latest
runs-on: latex-2023-04-09
# runs-on: ubuntu-latest
permissions:
contents: read
packages: write
@ -19,9 +19,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Install dependencies
run: |
apt-get update && apt-get install -y texlive texlive-fonts-recommended
# - name: Install dependencies
# run: |
# apt-get update && apt-get install -y texlive texlive-fonts-recommended
- name: Build PDF with `latexmk`
run: latexmk
- run: echo "PDF built"

Loading…
Cancel
Save