Try GIT_LFS_ENABLED?

This commit is contained in:
Chris Hodapp 2020-04-25 17:00:55 -04:00
parent 37fc8c1f1f
commit 6d64934677

View File

@ -6,6 +6,7 @@ command = "hugo --gc --minify"
HUGO_VERSION = "0.64.0" HUGO_VERSION = "0.64.0"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
GIT_LFS_ENABLED = "true"
[context.split1] [context.split1]
command = "hugo --gc --minify --enableGitInfo" command = "hugo --gc --minify --enableGitInfo"