diff --git a/action.yml b/action.yml index e0a95ef..a8221c0 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,9 @@ author: Janis Hutz inputs: workdir: description: Directory to compile in + include_helpers: + description: Whether or not to include helpers + default: "false" args: description: Extra arguments to be passed to latexmk default: "" @@ -15,6 +18,7 @@ runs: image: Dockerfile args: - ${{ inputs.file }} + - ${{ inputs.include_helpers }} - ${{ inputs.args }} - ${{ inputs.extra_system_packages }} branding: