Tweaking some of the build to function pt6

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-20 03:15:19 -04:00
parent 1938e031ee
commit 2d09d7c01c
+2 -1
View File
@@ -56,7 +56,8 @@ jobs:
- name: 🖨️ Build PDFs
env:
CI: true
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
run: |
python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
# - name: 🛡️ Hash/Sign PDFs
# env: