fixing build

This commit is contained in:
2025-10-22 12:43:32 +02:00
parent 0d704989e6
commit b0e3e05dae

View File

@@ -13,9 +13,9 @@ 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
make pdf cd paper && make pdf
- 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