From 6e6335ae34dc383a52cf24aba8ce6480c90c3e72 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 1 Jan 2022 15:18:35 -0600 Subject: [PATCH] fix netlify branch-deploy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 89801e2..26639c3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,5 +7,5 @@ [context.production] command = "hugo" -[context.deploy-preview] +[context.branch-deploy] command = "hugo --environment staging"