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.
This commit is contained in:
Simon Howard 2025-06-02 23:48:32 -04:00
parent 02acb825f9
commit 2a19212f05

View file

@ -44,10 +44,10 @@ jobs:
export VERSION=${VERSION:1} export VERSION=${VERSION:1}
fi fi
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Make manual cover PDFs - name: Make print manual PDFs
run: | run: |
cd manual cd manual
make covers make print
- name: Upload Freedoom - name: Upload Freedoom
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: