From 28ede986f580cdb6a9b351123625496fdd853a2e Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:28:46 -0500 Subject: [PATCH] [setup](build) change resume to pandoc Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/entrypoint.sh b/action/entrypoint.sh index 087485a9..5975f465 100644 --- a/action/entrypoint.sh +++ b/action/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/sh -sh -c "cd /home/app/resume && make pdf" +sh -c "cd /home/app/pandoc && make pdf"