Added markdown generator
This commit is contained in:
parent
6a0bd35991
commit
cff5dc5b5d
2
.github/workflows/LaTeXcompile.yml
vendored
2
.github/workflows/LaTeXcompile.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- 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
|
||||||
|
- 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