docs/publish.sh @ b0bcc35b016a

web: display branch name on index if other than 'default'
author Kevin Berridge <kberridge@pointeblank.net>
date Tue, 04 Sep 2012 13:03:55 -0400
parents cf64f6f74ad3
children (none)
#!/usr/bin/env bash

make html
rsync --delete -az _build/html/ ~/src/sjl.bitbucket.org/hg-review
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-review: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push