Update build command

This commit is contained in:
Gabriel Arazas 2022-11-28 08:52:20 +08:00
parent 8c03732682
commit f94cdb223f

View File

@ -1,6 +1,6 @@
[build]
publish = "public/"
command = "hugo --gc --minify"
command = "bundle update --bundler && hugo --gc --minify"
[context.production.environment]
HUGO_VERSION = "0.107.0"