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
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
name: create_pdf_release
|
name: create_pdf_release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: install_mdpdf
|
||||||
|
commands:
|
||||||
|
- npm i md-to-pdf
|
||||||
|
|
||||||
- name: render_md
|
- name: render_md
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
|
Loading…
Reference in New Issue
Block a user