Added markdown generator

This commit is contained in:
Mattia Mascarello 2022-08-24 01:25:08 +02:00 committed by GitHub
parent 6a0bd35991
commit cff5dc5b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: