Fix Makefile for the Atlassiapocalypse
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 17 Nov 2019 18:29:37 -0500 |
parents |
3e34737c4a7e
|
children |
4b5c15bf5a74
|
branches/tags |
v1.0.1 |
files |
Makefile |
Changes
--- a/Makefile Sun Nov 17 18:24:52 2019 -0500
+++ b/Makefile Sun Nov 17 18:29:37 2019 -0500
@@ -34,7 +34,8 @@
docs: docs/build/index.html
pubdocs: docs
- hg -R ~/src/sjl.bitbucket.org pull -u
- rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/bobbin
- hg -R ~/src/sjl.bitbucket.org commit -Am 'bobbin: Update site.'
- hg -R ~/src/sjl.bitbucket.org push
+ hg -R ~/src/docs.stevelosh.com pull -u upstream
+ rsync --delete -a ./docs/build/ ~/src/docs.stevelosh.com/bobbin
+ hg -R ~/src/docs.stevelosh.com commit -Am 'bobbin: Update site.'
+ hg -R ~/src/docs.stevelosh.com push upstream
+ hg -R ~/src/docs.stevelosh.com push