blob: b9a5134bc7f3485ea3e1ac1516ca9c92d87584da [file] [log] [blame]
#!/bin/bash -e
set -x
rm -rf _site
( jekyll build --config _config.yml,_scripts/production-config.yml &&
echo site docs are in `pwd`/_site ) ||
echo ERROR - could not build docs in `pwd`