Added README autoupdate

This commit is contained in:
MatMasIt 2021-07-14 14:48:47 +02:00 committed by GitHub
parent f7b71e73e6
commit d7992f06d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '*'