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:
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user