Remove build script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andrew Tomaka 2023-02-18 19:52:34 -05:00
parent b73cef625f
commit fa7da78a42
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,8 +0,0 @@
#!/bin/bash
mdformat --wrap 80 _posts/
bundle exec jekyll build
aws s3 sync _site s3://www.atomaka.com \
--size-only \
--storage-class REDUCED_REDUNDANCY