8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mdformat --wrap 80 _posts/
|
|
bundle exec jekyll build
|
|
|
|
aws s3 sync _site s3://www.atomaka.com \
|
|
--size-only \
|
|
--storage-class REDUCED_REDUNDANCY
|