aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index e672e96..b879132 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,8 +2,7 @@
[build]
publish = "www/_site"
command = """
-curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.30.0 && \
+curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.36.1 && \
export PATH="$PATH:/opt/buildhome/.deno/bin/" && \
-cd www && \
deno task www
"""