add git pull to build-website script

This commit is contained in:
Sebastian McKenzie
2015-07-15 11:44:57 +01:00
parent 9d514a3aa2
commit 644daaed55

View File

@@ -11,6 +11,7 @@ if [ ! -d ./_babel ]; then
ln -s .. _babel
fi
git pull
make build
git commit -am "v`babel -V`"
git push