1
0

Another netlify try

This commit is contained in:
Zef Hemel 2023-01-26 12:13:06 +01:00
parent 7de6e40f82
commit b7d2e3a407
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
[build]
publish = "website_build"
command = "./scripts/build_website.sh"
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = ["deno_cache"]

View File

@ -3,8 +3,7 @@
echo "Install Deno"
curl -fsSL https://deno.land/install.sh | sh
export PATH=~/.deno/bin:$PATH
export DENO_PATH=$NETLIFY_CACHE_DIR/deno
echo "NETLIFY_CACHE_DIR: $NETLIFY_CACHE_DIR"
export DENO_PATH=$PWD/deno_cache
echo "DENO_PATH: $DENO_PATH"
echo "Generating version number..."