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
|
||||
- run: pip install -r requirements.txt
|
||||
- run: python build_paged.py
|
||||
- name: Generate markdown
|
||||
- run: sudo apt install pandoc -y && pandoc -s Alembic.tex -o Alembic.md
|
||||
- name: Update README
|
||||
uses: nanasess/setup-php@master
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user