Update netlify.toml

This commit is contained in:
Guru Sabarish
2022-12-07 12:04:51 +05:30
committed by GitHub
parent 6944931cdd
commit e3f3528262
+1 -1
View File
@@ -1,6 +1,6 @@
[build] [build]
publish = "exampleSite/public" publish = "exampleSite/public"
command = "cd exampleSite && echo -e "\ngoogleAnalytics: $GOOGLE_ANALYTICS \n" >> config.yaml && hugo --gc --minify --themesDir ../.." command = 'cd exampleSite && echo -e "\ngoogleAnalytics: $GOOGLE_ANALYTICS \n" >> config.yaml && hugo --gc --minify --themesDir ../..'
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.92.0" HUGO_VERSION = "0.92.0"