Parcourir la source

add sh call to entrypoint.sh

Mark Szepieniec il y a 3 ans
Parent
commit
8daab612cb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

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