Upgrade to Hugo 0.81.0 (#683)

This commit is contained in:
Patrice Chalin 2021-02-24 12:27:54 -05:00 committed by GitHub
parent 31031f7d37
commit 70fc3eaa11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ publish = "public"
command = "git submodule update --init --recursive --depth 1 && make production-build"
[build.environment]
HUGO_VERSION = "0.80.0"
HUGO_VERSION = "0.81.0"
[context.branch-deploy]
command = "git submodule update --init --recursive --depth 1 && make preview-build"