break publish for everyone to put back the 'make clean'

This commit is contained in:
Andrew Lewman 2011-12-15 03:23:34 +00:00
parent 74e1c5146e
commit 9bdae894b2

View File

@ -1,7 +1,13 @@
#!/bin/sh
set -e # stop if we encounter an error
# pull the latest changes
svn update
# clean up the working directory
make clean
# actually build the site
make -j3
# don't copy over stuff with permissions that make it useless