Tweaking some of the build to function pt2

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-20 02:58:56 -04:00
parent df2dd61676
commit ae50911375
2 changed files with 44 additions and 44 deletions
+9 -9
View File
@@ -58,15 +58,15 @@ jobs:
CI: true
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
- name: 🛡️ Sign PDFs
env:
GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
cd ${{ github.workspace }}
# Import GPG key
export GPG_TTY=$(tty)
echo "$GPG_KEY" | gpg --batch --import 2>/dev/null || true
# - name: 🛡️ Hash/Sign PDFs
# env:
# GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # I'm just gonna do this locally because GPG signing in CI
run: | # is a pain and I don't want to deal with it right now.
# cd ${{ github.workspace }}
# # Import GPG key
# export GPG_TTY=$(tty)
# echo "$GPG_KEY" | gpg --batch --import 2>/dev/null || true
chmod +x scripts/sign-pdfs.sh
./scripts/sign-pdfs.sh