diff options
| author | seth <[email protected]> | 2024-07-05 20:37:23 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:49 -0400 |
| commit | 4517708f2aa5bd493fdac8d16d8a554b885f2aba (patch) | |
| tree | 27d0ca4dd732b1ff9a49e8d177f6dcd15c0e47f3 | |
| parent | 31e5e715321a172cdbd1ba74220d51fae41a3df2 (diff) | |
ci: output site to dist/
| -rwxr-xr-x | .github/build_site.sh | 2 |
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/ } |
