Resume/.drone.yml
Thomas Cole e83c5d6284
Some checks reported errors
continuous-integration/drone/push Build was killed
Uhhhhh
2022-06-03 08:53:26 -04:00

30 lines
459 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
kind: pipeline
name: render_pdf
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