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