Update LaTeXcompile.yml

This commit is contained in:
MatMasIt 2021-07-14 15:02:35 +02:00 committed by GitHub
parent 0f0cc282ab
commit 478baa11db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,10 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: Alembic.tex
- name: Update Readme
run: |
ls
cd buildtols
cd $GITHUB_WORKSPACE/buildtols
php buildreadme.php
cd ../
- name: Commit changes