From 2a19212f05d2730468e373136f1c24d965520ed4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 2 Jun 2025 23:48:32 -0400 Subject: [PATCH] Update CI to build `make print`, not `make covers` Since `make print` depends on `make covers`, this is also covered. But this also builds the new -print.pdf alternate PDFs. --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index fdca31f6..8a731125 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -44,10 +44,10 @@ jobs: export VERSION=${VERSION:1} fi echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - - name: Make manual cover PDFs + - name: Make print manual PDFs run: | cd manual - make covers + make print - name: Upload Freedoom uses: actions/upload-artifact@v4 with: