Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11dc7640e5 | |||
| 22a88871b5 | |||
| 7eca7aefdb | |||
| 428c5e61cb | |||
| 5c93f719d9 | |||
| 27af60893d | |||
| c2eeba98b8 | |||
| 8f583bb165 | |||
| 5c307f9c0b | |||
| 715ab27616 | |||
| 47b789d251 | |||
| e6e2e6dbf2 |
14
action.yml
14
action.yml
@@ -2,19 +2,23 @@ name: LaTeX compilation
|
||||
description: Compile LaTeX documents with preset
|
||||
author: Janis Hutz
|
||||
inputs:
|
||||
workdir:
|
||||
description: Directory to compile in
|
||||
include_helpers:
|
||||
description: Whether or not to include helpers
|
||||
default: "false"
|
||||
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: ""
|
||||
image:
|
||||
description: The image to use for the run
|
||||
default: "git.janishut.com/registry/latex-build"
|
||||
runs:
|
||||
using: docker
|
||||
image: ${{ inputs.image }}
|
||||
image: "docker://git.janishutz.com/registry/latex-build"
|
||||
args:
|
||||
- ${{ inputs.workdir }}
|
||||
- ${{ inputs.include_helpers }}
|
||||
- ${{ inputs.args }}
|
||||
- ${{ inputs.extra_system_packages }}
|
||||
branding:
|
||||
|
||||
Reference in New Issue
Block a user