diff --git a/deployBlog.sh b/deployBlog.sh index 4c1e752..408ba8f 100755 --- a/deployBlog.sh +++ b/deployBlog.sh @@ -55,7 +55,7 @@ if [[ -z "${booleans['noGit']:-}" ]]; then git push fi - +HUGO_ENV=production hugo --quiet --source $path cp -r $path/public ./blogContent