this repo has no description

add netlify build and config

seth.computer bf095f42 36683f83

verified
+10
+7
netlify-build.sh
··· 1 + #!/usr/bin/env bash 2 + #!/bin/bash 3 + curl -fsSL https://deno.land/x/install/install.sh | sh 4 + export PATH="/opt/buildhome/.deno/bin:$PATH" 5 + deno task cache 6 + deno task build 7 + exit 0
+3
netlify.toml
··· 1 + [build] 2 + command = "./netlify-build.sh" 3 + publish = "_site"