From f2c23db94fd5d5dc6e166c153ccd2015f16d5bee Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Wed, 24 Aug 2022 01:01:53 +0200 Subject: [PATCH] Added paged builder --- .github/workflows/LaTeXcompile.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 0aa5353..50b7439 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -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: