Resume/.drone.yml
Thomas Cole ca536d767d
Some checks reported errors
continuous-integration/drone/push Build was killed
I know this will fail but lets see
2022-06-03 08:55:17 -04:00

17 lines
317 B
YAML

kind: pipeline
type: exec
name: create_pdf_release
steps:
- name: render_md
image: node
commands:
- npm run build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: api_key
base_url: https://git.thomaspcole.com
files: Resume.pdf