17 lines
378 B
YAML
17 lines
378 B
YAML
pipelines:
|
|
- id: example-html-bundle
|
|
source:
|
|
backend: local
|
|
path: examples/source-bundle
|
|
destinations:
|
|
- id: local-html
|
|
backend: local
|
|
path: workspace/published/html-bundle
|
|
publish:
|
|
source: false
|
|
html: true
|
|
transform:
|
|
markdown_to_html:
|
|
enabled: true
|
|
mode: sidecar
|