Explorar el Código

add sh call to entrypoint.sh

Mark Szepieniec hace 3 años
padre
commit
8daab612cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-make pdf
+sh -c make pdf