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:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Compile LaTeX document
|
|
||||||
uses: xu-cheng/latex-action@v2
|
|
||||||
with:
|
|
||||||
root_file: Alembic.tex
|
|
||||||
- name: Update Readme
|
- name: Update Readme
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cd buildtols
|
cd $GITHUB_WORKSPACE/buildtols
|
||||||
php buildreadme.php
|
php buildreadme.php
|
||||||
cd ../
|
cd ../
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user