32 lines
834 B
YAML
32 lines
834 B
YAML
pipelines:
|
|
- id: example-archive-and-latest
|
|
source:
|
|
backend: local
|
|
path: examples/source-bundle
|
|
destinations:
|
|
- id: local-source-archive
|
|
backend: local
|
|
path: workspace/published/archive-and-latest/archive
|
|
workflow: additive
|
|
path_mapping:
|
|
mode: preserve_relative
|
|
publish:
|
|
source: true
|
|
html: false
|
|
- id: local-html-latest
|
|
backend: local
|
|
path: workspace/published/archive-and-latest/latest
|
|
workflow: replacement
|
|
path_mapping:
|
|
mode: fixed
|
|
links:
|
|
base_url: https://reports.example.com/latest
|
|
primary: auto
|
|
publish:
|
|
source: false
|
|
html: true
|
|
transform:
|
|
markdown_to_html:
|
|
enabled: true
|
|
mode: index
|