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:
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/
|
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:
|
||||||
|
|
Loading…
Reference in a new issue