#!/bin/sh

set -eu

cd ${AUTOPKGTEST_TMP:-/tmp}
rm -rf mysite
jekyll new mysite
cd mysite
jekyll build
