From dbb87902ccda2e2d64cd9113674ebe6d02f8c35c Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 25 Jan 2024 16:14:45 +0100 Subject: [PATCH] Fix netlify --- scripts/build_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_website.sh b/scripts/build_website.sh index bbfa001..0274734 100755 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -2,7 +2,7 @@ if [ "$1" != "local" ]; then echo "Install Deno" - curl -fsSL https://deno.land/install.sh | sh v1.39.4 + curl -fsSL https://deno.land/install.sh | sh -s v1.39.4 export PATH=~/.deno/bin:$PATH export DENO_DIR=$PWD/deno_cache echo "DENO_DIR: $DENO_DIR"