mirror of
https://github.com/acaloiaro/resume
synced 2026-07-21 18:29:15 +00:00
8 lines
191 B
YAML
8 lines
191 B
YAML
|
|
# action.yml
|
||
|
|
name: 'Texlive Build'
|
||
|
|
description: 'Build a document using texlive'
|
||
|
|
runs:
|
||
|
|
using: 'docker'
|
||
|
|
image: 'docker://ghcr.io/mszep/pandoc_resume:master'
|
||
|
|
entrypoint: '/entrypoint.sh'
|