From 4517708f2aa5bd493fdac8d16d8a554b885f2aba Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 Jul 2024 20:37:23 -0400 Subject: ci: output site to dist/ --- .github/build_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_site.sh b/.github/build_site.sh index a237847..4aa0b3c 100755 --- a/.github/build_site.sh +++ b/.github/build_site.sh @@ -5,7 +5,7 @@ set -euo pipefail function build_site { - curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build + curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build --dest dist/ } -- cgit v1.2.3