Przeglądaj źródła

add pandoc latex action

Mark Szepieniec 3 lat temu
rodzic
commit
b1370341ad
1 zmienionych plików z 7 dodań i 0 usunięć
  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'