It should be alright
This commit is contained in:
parent
b15e7f46fb
commit
a271ce890a
4
.github/workflows/LaTeXcompile.yml
vendored
4
.github/workflows/LaTeXcompile.yml
vendored
|
@ -9,6 +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
|
||||||
uses: nanasess/setup-php@master
|
uses: nanasess/setup-php@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user