浏览代码

add sh call to entrypoint.sh

Mark Szepieniec 3 年之前
父节点
当前提交
8daab612cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      actions/entrypoint.sh

+ 1 - 1
actions/entrypoint.sh

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