From 5e915275d2c77558b4b5ebffcbf9f1d80950e3e2 Mon Sep 17 00:00:00 2001 From: Bharat Singh Bhadwal Date: Sat, 19 Apr 2025 17:53:10 +0530 Subject: [PATCH] fix: comment netlify preview & deploy --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index b7cd29f..0e4bcd7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,11 +10,11 @@ [context.production.environment] HUGO_ENV = "production" -[context.branch-deploy] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" +#[context.branch-deploy] +# command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" -[context.deploy-preview] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" +#[context.deploy-preview] +# command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" [[plugins]] package = "netlify-plugin-hugo-cache-resources"