docs/publish.sh @ f305fba940c0

Add a blue border on draft rev in the index
author Christophe de Vienne <cdevienne@gmail.com>
date Tue, 28 Oct 2014 11:16:39 +0100
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