refactor again..

This commit is contained in:
2025-10-22 12:50:51 +02:00
parent e4b8fd7e18
commit 49125b8411

View File

@@ -14,9 +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: paper/build/main.pdf
working-directory: paper