Explorar el Código

amend entrypoint override to try float sequence

Mark Szepieniec hace 3 años
padre
commit
b6dfaaabef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]