Update LaTeXcompile.yml

This commit is contained in:
MatMasIt 2021-07-14 12:38:38 +02:00 committed by GitHub
parent 43e40fc972
commit 66df32657d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,9 @@ jobs:
uses: xu-cheng/latex-action@v2 uses: xu-cheng/latex-action@v2
with: with:
root_file: Alembic.tex root_file: Alembic.tex
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: LaTexCompiler
message: 'Compiled LaTeX into PDF'
add: '*.pdf'