From 02076a318d229fbf72a544fd308b7807212df2a2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 30 Nov 2021 17:59:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Split=20LaTeX=20and=20PDF=20step?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: