Relative path updated for single-collection package

This commit is contained in:
Tony Garnock-Jones 2013-07-17 12:23:57 -04:00
parent 2a2e557308
commit 82aaa12c4e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pages:
@git branch -av | grep gh-pages
@echo
@(echo 'Is the branch up to date? Press enter to continue.'; read dummy)
git clone -b gh-pages ../.. pages
git clone -b gh-pages .. pages
publish: out pages
rm -rf pages/*