#!/bin/sh

hugo
cd public && git add --all && git commit -m "Publishing to gh-pages" && git push -f && cd ..
