Update LaTeXcompile.yml
This commit is contained in:
parent
0f0cc282ab
commit
478baa11db
6
.github/workflows/LaTeXcompile.yml
vendored
6
.github/workflows/LaTeXcompile.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user