Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-12-04 18:28:42 +0300
committerGitHub <noreply@github.com>2020-12-04 18:28:42 +0300
commit11cb95fe043de91f1ee4f730794013591172e1e4 (patch)
tree3823ffe5bf5db3e4800af0a0cbb3142348c72501 /netlify.toml
parent6b5eae9a7e6b95497db113f5cbed11e492004d1e (diff)
ci: upgrade Hugo version to 0.79.0 (#56)
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 08c3dca..aecd1da 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
- HUGO_VERSION = "0.74.3"
+ HUGO_VERSION = "0.79.0"
HUGO_THEME = "repo"
[context.production]