docs/publish.sh @ f9395e8dcb7b

Add a quiet filter to the tags keyword, to exclude tip from the shown tags.
author Dale Wijnand <dale.wijnand@gmail.com>
date Tue, 24 Jan 2012 23:56:25 +0100
parents 187b25ff6e1a
children (none)
#!/usr/bin/env bash

markdoc build
rsync --delete -az .html/ ~/src/sjl.bitbucket.org/hg-prompt
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-prompt: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push