This commit is contained in:
2025-10-22 12:52:53 +02:00
parent 49125b8411
commit b1be44519b

View File

@@ -6,6 +6,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: paper
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
@@ -13,10 +16,9 @@ jobs:
scheme: small
run: |
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
make pdf
working-directory: paper
cd paper && make pdf
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: thesis-pdf
path: paper/build/main.pdf
path: build/main.pdf