Resume/.drone.yml
Thomas Cole 981013dd58
Some checks reported errors
continuous-integration/drone/push Build was killed
Uhhhh
2022-06-03 08:51:52 -04:00

25 lines
418 B
YAML

kind: pipeline
type: exec
name: create_pdf_release
platform:
os: linux
arch: amd64
steps:
- name: install_mdpdf
commands:
- npm i md-to-pdf
- 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