Added paged builder

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

View File

@ -13,6 +13,13 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: Alembic.tex
- name: Build Paged PDF
uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install PyPDF3
- run: python build_paged.py
- name: Update README
uses: nanasess/setup-php@master
with: