diff options
| author | seth <[email protected]> | 2024-07-05 18:26:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:48 -0400 |
| commit | 67fba5edad38f8a4651a6a782c7abdc696a464ff (patch) | |
| tree | 1b2ad1572d8938a89e096955d5a46f519a16f5fb /.github/build_site.sh | |
| parent | 9135c80ee930045c889f64269735b8319896e2f4 (diff) | |
back to lume for the 1000th time
Diffstat (limited to '.github/build_site.sh')
| -rwxr-xr-x | .github/build_site.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/build_site.sh b/.github/build_site.sh index bc1df9e..a237847 100755 --- a/.github/build_site.sh +++ b/.github/build_site.sh @@ -5,10 +5,7 @@ set -euo pipefail function build_site { - asdf plugin add zola https://github.com/salasrod/asdf-zola - asdf install zola 0.17.2 - asdf global zola 0.17.2 - zola build --output-dir dist + curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build } |
