Skip to content

Commit 01637e6

Browse files
committed
build: add render.yaml
1 parent b4f1249 commit 01637e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

render.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
services:
2+
- type: web
3+
name: carbon-components-svelte
4+
env: static
5+
buildCommand: cd docs; yarn; yarn build
6+
staticPublishPath: docs/dist
7+
pullRequestPreviewsEnabled: true
8+
routes:
9+
- type: rewrite
10+
source: /*
11+
destination: /index.html

0 commit comments

Comments
 (0)