action.yml 214 B

1234567
  1. # action.yml
  2. name: 'Texlive Build'
  3. description: 'Build a document using texlive'
  4. runs:
  5. using: 'docker'
  6. image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
  7. entrypoint: ["sh", "-c", "make pdf"]