blob: b879132a2809bc44999db5e309513d60373f19f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[build]
publish = "www/_site"
command = """
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.36.1 && \
export PATH="$PATH:/opt/buildhome/.deno/bin/" && \
deno task www
"""
|