Fixed syntax
This commit is contained in:
parent
2b28f2f09c
commit
4dc951e91d
2
.github/workflows/LaTeXcompile.yml
vendored
2
.github/workflows/LaTeXcompile.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: python build_paged.py
|
- run: python build_paged.py
|
||||||
- name: Generate markdown
|
- name: Generate markdown
|
||||||
- run: sudo apt install pandoc -y && pandoc -s Alembic.tex -o Alembic.md
|
run: sudo apt install pandoc -y && pandoc -s Alembic.tex -o Alembic.md
|
||||||
- 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