mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
build: add render.yaml
This commit is contained in:
parent
b4f12490bc
commit
01637e6ae6
1 changed files with 11 additions and 0 deletions
11
render.yaml
Normal file
11
render.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue