From dd260c47f0b1b9c7305dacfc49aa583eecc8a9b4 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 06 Mar 2023 07:20:11 +0000
Subject: [PATCH] publish exampleSite

---
 exampleSite/go.mod       |    2 +-
 exampleSite/netlify.toml |    8 ++++----
 exampleSite/go.sum       |    2 ++
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 3acf147..3df498c 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@
 
 go 1.15
 
-require github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7 // indirect
+require github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69 // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 72ace99..6e10500 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -10,3 +10,5 @@
 github.com/onweru/compose v0.0.0-20230228152327-64b50b6403d8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
 github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7 h1:yoOchdcUGh9Zd4c+SE+Wet5jlC49l0VES9hQDpYkPsc=
 github.com/onweru/compose v0.0.0-20230228154211-8ae26d6bdbe7/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
+github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69 h1:29tpMB7/U5T5v52dmR3eWQB5RMfbUfTjVA9JDvklNf4=
+github.com/onweru/compose v0.0.0-20230306071927-959873b3cd69/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index ef38e78..619734b 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -4,7 +4,7 @@
 command = "hugo --gc --minify --baseURL https://docs.neuralvibes.com/"
 
 [context.production.environment]
-HUGO_VERSION = "0.111.0"
+HUGO_VERSION = "0.111.2"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -12,20 +12,20 @@
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.111.0"
+HUGO_VERSION = "0.111.2"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.111.0"
+HUGO_VERSION = "0.111.2"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.111.0"
+HUGO_VERSION = "0.111.2"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"

--
Gitblit v1.10.0