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'