diff options
Diffstat (limited to 'magefile.go')
-rw-r--r-- | magefile.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/magefile.go b/magefile.go index 89b7c895d..02e49b66e 100644 --- a/magefile.go +++ b/magefile.go @@ -354,6 +354,7 @@ func buildFlags() []string { func buildTags() string { // To build the extended Hugo SCSS/SASS enabled version, build with // HUGO_BUILD_TAGS=extended mage install etc. + // To build without `hugo deploy` for smaller binary, use HUGO_BUILD_TAGS=nodeploy if envtags := os.Getenv("HUGO_BUILD_TAGS"); envtags != "" { return envtags } |