mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Split LaTeX and PDF steps
This commit is contained in:
parent
daa11eb783
commit
02076a318d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-sphinx-thesis.yml
vendored
5
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -76,7 +76,10 @@ jobs:
|
|||
working-directory: thesis/
|
||||
run: |
|
||||
source $pythonLocation/activate
|
||||
make latexpdf
|
||||
make latex
|
||||
- name: "Build PDF document with Latexmk"
|
||||
working-directory: thesis/build/latex/
|
||||
run: make
|
||||
- name: "Upload build artifact"
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue