action.yml 191 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:master'
  7. entrypoint: '/entrypoint.sh'