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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelloRusk <hellorusk1998@gmail.com>2020-11-02 12:31:11 +0300
committerHelloRusk <hellorusk1998@gmail.com>2020-11-02 12:31:11 +0300
commit75d227a1d81b4a2c63f5c6d0557c7a19dcbacc2f (patch)
tree7a4e97b3e46a4fd33bd42a03bd651646357ce8fe
parentba5ee58958e486b3e57795787c8bcea670482bac (diff)
fix netlify.toml
-rw-r--r--netlify.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index fd9d9be..d2d9acf 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,2 +1,8 @@
[context.production.environment]
- HUGO_VERSION = "0.60.1" \ No newline at end of file
+HUGO_VERSION = "0.77.0"
+HUGO_ENV = "production"
+RUBY_VERSION = "2.6.2"
+
+[context.deploy-preview.environment]
+HUGO_VERSION = "0.77.0"
+RUBY_VERSION = "2.6.2" \ No newline at end of file