Add helper install option
This commit is contained in:
@@ -4,6 +4,9 @@ author: Janis Hutz
|
|||||||
inputs:
|
inputs:
|
||||||
workdir:
|
workdir:
|
||||||
description: Directory to compile in
|
description: Directory to compile in
|
||||||
|
include_helpers:
|
||||||
|
description: Whether or not to include helpers
|
||||||
|
default: "false"
|
||||||
args:
|
args:
|
||||||
description: Extra arguments to be passed to latexmk
|
description: Extra arguments to be passed to latexmk
|
||||||
default: ""
|
default: ""
|
||||||
@@ -15,6 +18,7 @@ runs:
|
|||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.file }}
|
- ${{ inputs.file }}
|
||||||
|
- ${{ inputs.include_helpers }}
|
||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
- ${{ inputs.extra_system_packages }}
|
- ${{ inputs.extra_system_packages }}
|
||||||
branding:
|
branding:
|
||||||
|
|||||||
Reference in New Issue
Block a user