Create netlify.toml

This commit is contained in:
John Mulhausen 2016-11-04 17:06:42 -07:00 committed by GitHub
parent c18108b81d
commit 0d0a39c749
1 changed files with 6 additions and 0 deletions

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
command = "make build"
publish = "_site"
[context.deploy-preview]
command = "make build-preview"