summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 20:37:23 -0400
committerseth <[email protected]>2024-08-23 08:30:49 -0400
commit4517708f2aa5bd493fdac8d16d8a554b885f2aba (patch)
tree27d0ca4dd732b1ff9a49e8d177f6dcd15c0e47f3 /.github
parent31e5e715321a172cdbd1ba74220d51fae41a3df2 (diff)
ci: output site to dist/
Diffstat (limited to '.github')
-rwxr-xr-x.github/build_site.sh2
1 files changed, 1 insertions, 1 deletions
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/
}