mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 11:34:18 +02:00
Tweaking some of the build to function pt5
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
build_mode:
|
||||
description: 'PDF build mode'
|
||||
required: true
|
||||
default: 'light'
|
||||
default: 'both'
|
||||
type: choice
|
||||
options:
|
||||
- light
|
||||
@@ -61,8 +61,8 @@ jobs:
|
||||
# - 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.
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user