Skip to content

Commit 73268d5

Browse files
[setup](build): from pandoc_resume
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 088bd6f commit 73268d5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# action.yml
2+
name: 'Texlive Build'
3+
description: 'Build a document using texlive'
4+
runs:
5+
using: 'docker'
6+
image: 'docker://ghcr.io/mszep/pandoc_resume:master'
7+
entrypoint: '/entrypoint.sh'

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
sh -c "cd /home/app/resume && make pdf"

0 commit comments

Comments
 (0)