From 66df32657de73a15fe5bdca9a52bd31280fc1fda Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:38:38 +0200 Subject: [PATCH] Update LaTeXcompile.yml --- .github/workflows/LaTeXcompile.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 840cac4..1d51916 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -10,3 +10,9 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: Alembic.tex + - name: Commit changes + uses: EndBug/add-and-commit@v7 + with: + author_name: LaTexCompiler + message: 'Compiled LaTeX into PDF' + add: '*.pdf'