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