Minor fix to auto create sample docs

This commit is contained in:
Jay
2016-06-06 13:40:52 -05:00
parent c5327dbb1c
commit 3d92965b49

View File

@@ -17,7 +17,8 @@ cd sample; ../node_modules/groc/bin/groc **/*.php;
git add doc; git commit -m "Updates to Sample Docs"; git add doc; git commit -m "Updates to Sample Docs";
# Push to Master # Push to Master
git push origin master; git remote add upstream https://${GH_TOKEN}@github.com/paypal/PayPal-PHP-SDK.git > /dev/null
git push upstream master;
# Back to Home # Back to Home
cd ..; cd ..;