Move md-to-pdf to system
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
f924ff3cca
commit
e432791e76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user