site/publish.sh @ 7a4fe11d400e

Add site/build to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Sat, 08 Oct 2016 12:56:53 +0000
parents 0013f7e01b6e
children (none)
#!/usr/bin/env bash

python render.py
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/splice.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'splice.vim: Update site.'
hg -R ~/src/sjl.bitbucket.org push