From 5a66c403ac5c3a49789396ed01e70f18a6eadae2 Mon Sep 17 00:00:00 2001 From: Astro-Lee Date: Mon, 1 Jan 2024 23:58:45 +0800 Subject: [PATCH] update workflow --- .github/workflows/Compiling LaTeX template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Compiling LaTeX template.yml b/.github/workflows/Compiling LaTeX template.yml index e501243..c4a0705 100644 --- a/.github/workflows/Compiling LaTeX template.yml +++ b/.github/workflows/Compiling LaTeX template.yml @@ -20,6 +20,8 @@ jobs: with: run: | xetex YNUthesis.dtx + xelatex YNUthesis.dtx + latexmk - name: Make Artifact run: | @@ -31,6 +33,8 @@ jobs: cp YNUthesis.def template/ cp latexmkrc template/ cp -r fonts template/ + cp YNUthesis.pdf template/ + cp main.pdf template/ - name: Upload Artifact uses: actions/upload-artifact@v3