Workdir fix

This commit is contained in:
2025-10-22 12:47:35 +02:00
parent b0e3e05dae
commit 577ab80ede

View File

@@ -13,9 +13,11 @@ jobs:
scheme: small scheme: small
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
cd paper && 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: paper/build/main.pdf path: build/main.pdf
working-directory: paper