#!/usr/bin/env bash set -e # Create site dir if it does not exist mkdir -p site # Compile the css file sass theme/styles.scss:theme/styles.css # Build the other parts of the site python2 buildsite.py # Sync site with S3 bucket aws s3 sync site/ s3://srclib.org/ echo <