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

Patrick Kollitsch
yesterday 7d07812e047c3d2e10501f90643cbaffedc7d83c
build: fix deployment setup

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
1 files modified
8 ■■■■ changed files
netlify.toml 8 ●●●● patch | view | raw | blame | history
netlify.toml
@@ -1,8 +1,8 @@
[build]
publish = "./exampleSite/public/"
command = "npm run deploy"
publish = "public"
command = "hugo --gc --minify"
[build.environment]
HUGO_VERSION = "0.128.0"
HUGO_ENV = "production"
HUGO_VERSION = "0.160.0"
HUGO_ENV = "documentation"
GO_VERSION = "1.23"
NODE_ENV = "development"