Update LaTeXcompile.yml
This commit is contained in:
parent
43e40fc972
commit
66df32657d
6
.github/workflows/LaTeXcompile.yml
vendored
6
.github/workflows/LaTeXcompile.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user