浏览代码

add pandoc latex action

Mark Szepieniec 3 年之前
父节点
当前提交
b1370341ad
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      actions/action.yml

+ 7 - 0
actions/action.yml

@@ -0,0 +1,7 @@
+# action.yml
+name: 'Texlive Build'
+description: 'Build a document using texlive'
+runs:
+  using: 'docker'
+  image: 'docker://pandoc/latex:2.9'
+  entrypoint: 'make pdf'