1
Fork 0
latexmk/action.yml

15 lines
264 B
YAML
Raw Permalink Normal View History

2023-05-14 18:29:36 +02:00
name: "Latexmk"
description: "Run latexmk with most latex packages"
author: edpibu
inputs:
root_file:
description: File to compile
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.root_file }}
branding:
icon: book
color: blue