blob: deac81a1bf0a4e3c12da2f85281a72d5a20c597a [file] [log] [blame]
#!/bin/bash
CURRENTDIR=`pwd`
WORKDIR=/tmp/incubator-site
rm -rf $WORKDIR
mkdir -p $WORKDIR
# just bake and serve the site
./bake.sh -b -s . $WORKDIR