From c90fe87d3dbe732980bc7769157de713e46a6308 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 19:37:10 -0700 Subject: [PATCH] CWD fix --- bin/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/release.sh b/bin/release.sh index d077cf6..7f42a6f 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -29,7 +29,7 @@ fi apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG -PAGE=.gh-pages/index.md +PAGE=index.md cat < $PAGE --- layout: default @@ -40,7 +40,7 @@ version: $TAG EOF -cat README.md >> $PAGE +cat ../README.md >> $PAGE git add doc/ git commit -m "Updated for $TAG" -a