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
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: Alembic.tex
|
root_file: Alembic.tex
|
||||||
|
- name: Update Readme
|
||||||
|
run: |
|
||||||
|
cd buildtols
|
||||||
|
php buildreadme.php
|
||||||
|
cd ../
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
author_name: LaTexCompiler
|
author_name: LaTexCompiler
|
||||||
message: 'Compiled LaTeX into PDF'
|
message: 'Compiled LaTeX into PDF, updated README'
|
||||||
add: '*.pdf'
|
add: '*'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user