Resume/.drone.yml
Thomas Cole 2bb4d230f6
Some checks failed
continuous-integration/drone/push Build is failing
Add install command
2022-06-03 09:05:05 -04:00

17 lines
329 B
YAML

kind: pipeline
name: create_pdf_release
steps:
- name: render_md
image: node:14
commands:
- npm install
- 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