Tweaking some of the build to function pt5

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2026-04-20 03:13:28 -04:00
parent 8483d6336b
commit 1938e031ee
+3 -3
View File
@@ -6,7 +6,7 @@ on:
build_mode: build_mode:
description: 'PDF build mode' description: 'PDF build mode'
required: true required: true
default: 'light' default: 'both'
type: choice type: choice
options: options:
- light - light
@@ -61,8 +61,8 @@ jobs:
# - name: 🛡️ Hash/Sign PDFs # - name: 🛡️ Hash/Sign PDFs
# env: # env:
# GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }} # GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # I'm just gonna do this locally because GPG signing in CI # 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. run: | # is a pain and I don't want to deal with it right now.
# cd ${{ github.workspace }} # cd ${{ github.workspace }}
# # Import GPG key # # Import GPG key
# export GPG_TTY=$(tty) # export GPG_TTY=$(tty)