mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
11 lines
275 B
YAML
11 lines
275 B
YAML
services:
|
|
- type: web
|
|
name: carbon-components-svelte
|
|
env: static
|
|
buildCommand: cd docs; yarn; yarn build
|
|
staticPublishPath: docs/dist
|
|
pullRequestPreviewsEnabled: true
|
|
routes:
|
|
- type: rewrite
|
|
source: /*
|
|
destination: /index.html
|