Merge pull request #1672 from dagger/always-deploy-docs-to-netlify
Always deploy the docs
This commit is contained in:
commit
45759dba37
@ -4,9 +4,11 @@
|
|||||||
environment = { NODE_VERSION = "16.13.1" }
|
environment = { NODE_VERSION = "16.13.1" }
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
|
ignore = "false"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "yarn build:withoutAuth"
|
command = "yarn build:withoutAuth"
|
||||||
|
ignore = "false"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
# Embargoes compliance. DO NOT REMOVE
|
# Embargoes compliance. DO NOT REMOVE
|
||||||
|
Reference in New Issue
Block a user