From 428c5e61cb747a92e3a9ee952fcbfa9e39818978 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:20:39 +0100 Subject: [PATCH] Update options --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d5ad08f..e0a95ef 100644 --- a/action.yml +++ b/action.yml @@ -2,9 +2,11 @@ name: LaTeX compilation description: Compile LaTeX documents with preset author: Janis Hutz inputs: + workdir: + description: Directory to compile in args: description: Extra arguments to be passed to latexmk - default: "-latexoption=-file-line-error -latexoption=-interaction=nonstopmode" + default: "" extra_system_packages: description: Install extra packages using apk default: "" @@ -12,6 +14,7 @@ runs: using: docker image: Dockerfile args: + - ${{ inputs.file }} - ${{ inputs.args }} - ${{ inputs.extra_system_packages }} branding: