Update to correct setup
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM git.janishutz.com/registry/latex-build-full:latest
|
||||||
|
|
||||||
|
WORKDIR /root
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/root/entrypoint.sh" ]
|
||||||
15
action.yml
15
action.yml
@@ -1,17 +1,24 @@
|
|||||||
name: LaTeX Full Compilation
|
name: LaTeX compilation (full)
|
||||||
description: Compile LaTeX documents with preset container that supports minted
|
description: Compile LaTeX documents with preset full
|
||||||
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: ""
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: git.janishutz.com/registry/latex-build-full:latest
|
image: Dockerfile
|
||||||
args:
|
args:
|
||||||
|
- ${{ inputs.file }}
|
||||||
|
- ${{ inputs.include_helpers }}
|
||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
- ${{ inputs.extra_system_packages }}
|
- ${{ inputs.extra_system_packages }}
|
||||||
branding:
|
branding:
|
||||||
|
|||||||
Reference in New Issue
Block a user