diff --git a/netlify.toml b/netlify.toml index ed26e2df..cfec9d39 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,9 @@ [context.deploy-preview.environment] HUGO_VERSION = "0.101.0" +[context.branch-deploy.environment] + HUGO_VERSION = "0.101.0" + [context.deploy-preview] command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"