Update options

This commit is contained in:
2025-12-23 07:20:39 +01:00
parent 5c93f719d9
commit 428c5e61cb

View File

@@ -2,9 +2,11 @@ name: LaTeX compilation
description: Compile LaTeX documents with preset description: Compile LaTeX documents with preset
author: Janis Hutz author: Janis Hutz
inputs: inputs:
workdir:
description: Directory to compile in
args: args:
description: Extra arguments to be passed to latexmk description: Extra arguments to be passed to latexmk
default: "-latexoption=-file-line-error -latexoption=-interaction=nonstopmode" default: ""
extra_system_packages: extra_system_packages:
description: Install extra packages using apk description: Install extra packages using apk
default: "" default: ""
@@ -12,6 +14,7 @@ runs:
using: docker using: docker
image: Dockerfile image: Dockerfile
args: args:
- ${{ inputs.file }}
- ${{ inputs.args }} - ${{ inputs.args }}
- ${{ inputs.extra_system_packages }} - ${{ inputs.extra_system_packages }}
branding: branding: