소스 검색

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'