Browse Source

add sh call to entrypoint.sh

Mark Szepieniec 3 years ago
parent
commit
8daab612cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

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