workdir config

This commit is contained in:
2025-10-22 12:49:13 +02:00
parent 577ab80ede
commit e4b8fd7e18

View File

@@ -14,10 +14,9 @@ jobs:
run: | run: |
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
make pdf make pdf
working-directory: paper
- name: Upload PDF - name: Upload PDF
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: thesis-pdf name: thesis-pdf
path: build/main.pdf path: build/main.pdf
working-directory: paper working-directory: paper