Selaa lähdekoodia

add sh call to entrypoint.sh

Mark Szepieniec 3 vuotta sitten
vanhempi
commit
8daab612cb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

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