miom.space/build.sh
teutat3s 5ea2c54312
All checks were successful
continuous-integration/drone/push Build is passing
Use sh instead of bash, works on vanilla alpine
2023-02-27 16:57:30 +01:00

14 lines
196 B
Bash
Executable file

#!/usr/bin/env sh
# Remove previous build leftovers
rm -rf ./_site
# Build, results are in ./_site
deno task build
# Put fonts in place
cp -r ./fonts ./_site/
# Clean up
rm -rf ./_site/README