From 1750d51850c9c66e3e63a24c7cdc42c69d325a4e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 20 May 2013 18:13:43 -0400 Subject: [PATCH] Clean out pages before replacement --- marketplace/scribblings/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/marketplace/scribblings/Makefile b/marketplace/scribblings/Makefile index 739491b..ba1a57a 100644 --- a/marketplace/scribblings/Makefile +++ b/marketplace/scribblings/Makefile @@ -4,6 +4,7 @@ pages: git clone -b gh-pages ../.. pages publish: out pages + rm -rf pages/* cp -r out/marketplace/. pages/. (cd pages; git add -A) -(cd pages; git commit -m "Update $$(date +%Y%m%d%H%M%S)")