commit 069dab1e21d1926ff96dc1cc9d9c787c528e3710 parent 02ce033078e92e3ac5b8111f95772887b4f19e2c Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Oct 2024 11:10:00 +0200 Fix workflow Diffstat:
| M | .github/workflows/build.yaml | | | 8 | +++++--- |
| M | .gitignore | | | 1 | + |
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -12,10 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker://ghcr.io/qjoly/xelatex:latest + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v3 with: - args: | - root.tex + root_file: root.tex + latexmk_use_xelatex: true + latexmk_shell_escape: true - uses: actions/upload-artifact@v4 with: name: document diff --git a/.gitignore b/.gitignore @@ -307,3 +307,4 @@ TSWLatexianTemp* *.ist *.pdf +*.kate-swp