docs/publish.sh @ 804a341f819b

Backout the daemon stuff
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2016 10:49:13 +0000
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