Update options
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user