miom.space/build.sh

11 lines
162 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2021-10-22 11:13:16 +00:00
# Remove previous build leftovers
2022-01-16 18:32:04 +00:00
rm -rf ./_site
2022-01-16 21:02:12 +00:00
# Build, results are in ./_site
deno task build
2022-01-16 21:02:12 +00:00
# Put fonts in place
2021-10-22 11:13:16 +00:00
cp -r ./fonts ./_site/