23 lines
547 B
YAML
23 lines
547 B
YAML
pipelines:
|
|
- id: example-fan-out
|
|
source:
|
|
backend: local
|
|
path: examples/source-bundle
|
|
destinations:
|
|
- id: local-source-archive
|
|
backend: local
|
|
path: workspace/published/fan-out/source
|
|
publish:
|
|
source: true
|
|
html: false
|
|
- id: local-html-site
|
|
backend: local
|
|
path: workspace/published/fan-out/html
|
|
publish:
|
|
source: false
|
|
html: true
|
|
transform:
|
|
markdown_to_html:
|
|
enabled: true
|
|
mode: sidecar
|