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: