Add
This commit is contained in:
19
action.yml
Normal file
19
action.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: LaTeX Full Compilation
|
||||||
|
description: Compile LaTeX documents with preset container that supports minted
|
||||||
|
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-full:latest
|
||||||
|
args:
|
||||||
|
- ${{ inputs.args }}
|
||||||
|
- ${{ inputs.extra_system_packages }}
|
||||||
|
branding:
|
||||||
|
icon: book
|
||||||
|
color: red
|
||||||
Reference in New Issue
Block a user