Move md-to-pdf to system
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Thomas Cole 2022-06-03 08:47:24 -04:00
parent f924ff3cca
commit e432791e76

View File

@ -1,11 +1,15 @@
kind: pipeline
type: exec
name: create_pdf_release
steps:
- name: install_mdpdf
commands:
- npm i md-to-pdf
- name: render_md
image: node
commands:
- npm install
- npm run build
- name: gitea_release