Files
latex/action.yml
2025-12-22 21:03:57 +01:00

20 lines
520 B
YAML

name: LaTeX compilation
description: Compile LaTeX documents with preset
author: Janis Hutz
inputs:
args:
description: Extra arguments to be passed to latexmk
default: "-latexoption=-file-line-error -latexoption=-interaction=nonstopmode"
extra_system_packages:
description: Install extra packages using apk
default: ""
runs:
using: docker
image: git.janishutz.com/registry/latex-build
args:
- ${{ inputs.args }}
- ${{ inputs.extra_system_packages }}
branding:
icon: book
color: red