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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2020-05-19 03:09:42 +0300
committerGitHub <noreply@github.com>2020-05-19 03:09:42 +0300
commitf084f06d550031c4a2a5fd8710995f7a67c2f551 (patch)
treebcea0fd3d864bf673852347c3dcc621b021d48d4 /netlify.toml
parentd6f97e244c1460fdbd9cb1b95a410284aa705160 (diff)
POC of transcript support (#275)
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index ccafc08..f36b8e2 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -13,10 +13,10 @@
command = "bin/netlify.sh"
[context.production.environment]
- HUGO_VERSION = "0.58.3"
+ HUGO_VERSION = "0.69.2"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.58.3"
+ HUGO_VERSION = "0.69.2"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.58.3"
+ HUGO_VERSION = "0.69.2"