Эх сурвалжийг харах

amend entrypoint override to try float sequence

Mark Szepieniec 3 жил өмнө
parent
commit
b6dfaaabef
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      actions/action.yml

+ 1 - 1
actions/action.yml

@@ -4,4 +4,4 @@ description: 'Build a document using texlive'
 runs:
   using: 'docker'
   image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
-  entrypoint: 'sh -c make pdf'
+  entrypoint: [sh, -c, make, pdf]