1
0
Fork 0

Configuring Netlify deploy-previews

This commit is contained in:
Pixelastic 2018-10-04 16:04:04 +02:00
parent 8c420c9b8f
commit 239c7e9ff9

View file

@ -8,3 +8,8 @@
# Deploy documentation website on each commit on master
[context.master]
command = "./scripts/netlify-master"
# Deploy previews on each PR
[context.deploy-preview]
command = "yarn run docs:build"
publish = "docs/dist"