1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔨 Split LaTeX and PDF steps

This commit is contained in:
Steffo 2021-11-30 17:59:02 +01:00
parent daa11eb783
commit 02076a318d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -76,7 +76,10 @@ jobs:
working-directory: thesis/ working-directory: thesis/
run: | run: |
source $pythonLocation/activate source $pythonLocation/activate
make latexpdf make latex
- name: "Build PDF document with Latexmk"
working-directory: thesis/build/latex/
run: make
- name: "Upload build artifact" - name: "Upload build artifact"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: