docs/publish.sh @ d87bc22b5a2e

Fix inactive branches being marked with ^

Patch from Simon Williams.
author Steve Losh <steve@stevelosh.com>
date Sun, 19 Jul 2020 11:12:21 -0400
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