diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 8880d65..88c7222 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -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: