Files
PHANTOM/.github/workflows/latex.yml
2025-10-22 13:24:47 +02:00

22 lines
678 B
YAML

name: Build PDF
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
with:
scheme: small
run: |
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk acmart libertine inconsolata newtx xkeyval xstring environ totpages refcount comment fancyhdr manyfoot balance cmap preprint etoolbox
make pdf
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: thesis-pdf
path: paper/build/main.pdf