Added README autoupdate
This commit is contained in:
parent
f7b71e73e6
commit
d7992f06d8
9
.github/workflows/LaTeXcompile.yml
vendored
9
.github/workflows/LaTeXcompile.yml
vendored
|
@ -13,9 +13,14 @@ jobs:
|
|||
uses: xu-cheng/latex-action@v2
|
||||
with:
|
||||
root_file: Alembic.tex
|
||||
- name: Update Readme
|
||||
run: |
|
||||
cd buildtols
|
||||
php buildreadme.php
|
||||
cd ../
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
author_name: LaTexCompiler
|
||||
message: 'Compiled LaTeX into PDF'
|
||||
add: '*.pdf'
|
||||
message: 'Compiled LaTeX into PDF, updated README'
|
||||
add: '*'
|
||||
|
|
Loading…
Reference in New Issue
Block a user