diff --git a/bin/netlify-production.sh b/bin/netlify-production.sh index 916bcec50..9bf452eee 100755 --- a/bin/netlify-production.sh +++ b/bin/netlify-production.sh @@ -1,5 +1,4 @@ ln -s /opt/build/repo /opt/build/devopsdays-theme cd exampleSite -hugo_0.18 version -hugo_0.18 -v --theme=devopsdays-theme --buildDrafts=false --baseURL="/" +hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/" gulp --cwd . diff --git a/bin/netlify.sh b/bin/netlify.sh index 55eeb115f..243c022be 100755 --- a/bin/netlify.sh +++ b/bin/netlify.sh @@ -1,4 +1,3 @@ ln -s /opt/build/repo /opt/build/devopsdays-theme cd exampleSite -hugo_0.18 version -hugo_0.18 -v --theme=devopsdays-theme --buildDrafts=false --baseURL="/" +hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/" diff --git a/netlify.toml b/netlify.toml index 9557c254b..eac4e6e44 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,3 @@ -# Global settings applied to the whole site. -[build] - publish = "exampleSite/public/" - command = "bin/netlify.sh" - # Production context: All deploys to the main # repository branch will inherit these settings. [context.production]