Fixed syntax

This commit is contained in:
Mattia Mascarello 2022-08-24 01:27:42 +02:00 committed by GitHub
parent 2b28f2f09c
commit 4dc951e91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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