|
|
@ -7,8 +7,8 @@ on:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
Build-PDF:
|
|
|
|
Build-PDF:
|
|
|
|
# runs-on: registry.gitlab.com/islandoftex/images/texlive:TL2023-2023-04-09-medium
|
|
|
|
runs-on: latex-2023-04-09
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
# runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
|
packages: write
|
|
|
|
packages: write
|
|
|
@ -19,9 +19,9 @@ jobs:
|
|
|
|
- name: Check out repository code
|
|
|
|
- name: Check out repository code
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- 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: |
|
|
|
|
apt-get update && 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"
|
|
|
|