mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
15 hours ago 813b67b79963a64251710ae536c3d8479377135a
build(fix): proper environment for netlify deploy

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
1 files modified
2 ■■■ changed files
netlify.toml 2 ●●● patch | view | raw | blame | history
netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo --gc --minify"
command = "hugo --environment documentation --gc --minify"
[build.environment]
HUGO_VERSION = "0.160.0"
HUGO_ENV = "documentation"