Browse Source

add sh call to entrypoint.sh

Mark Szepieniec 3 năm trước cách đây
mục cha
commit
8daab612cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

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