This commit is contained in:
Gregory Oschwald 2013-05-24 19:37:10 -07:00
parent 1c256e1e64
commit c90fe87d3d

View File

@ -29,7 +29,7 @@ fi
apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
PAGE=.gh-pages/index.md PAGE=index.md
cat <<EOF > $PAGE cat <<EOF > $PAGE
--- ---
layout: default layout: default
@ -40,7 +40,7 @@ version: $TAG
EOF EOF
cat README.md >> $PAGE cat ../README.md >> $PAGE
git add doc/ git add doc/
git commit -m "Updated for $TAG" -a git commit -m "Updated for $TAG" -a