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