20 lines
475 B
YAML
20 lines
475 B
YAML
pipelines:
|
|
- id: example-replacement-workflow
|
|
source:
|
|
backend: local
|
|
path: examples/source-bundle
|
|
destinations:
|
|
- id: local-latest-html
|
|
backend: local
|
|
path: workspace/published/replacement-workflow
|
|
workflow: replacement
|
|
path_mapping:
|
|
mode: fixed
|
|
publish:
|
|
source: false
|
|
html: true
|
|
transform:
|
|
markdown_to_html:
|
|
enabled: true
|
|
mode: index
|