watzon.tech/netlify.toml

6 lines
160 B
TOML

[build]
publish = "_site"
command = """
curl -fsSL https://deno.land/x/install/install.sh | sh && \
/opt/buildhome/.deno/bin/deno task build \
"""