Skip to content

Commit

Permalink
Reverting change to ./push.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Henderson <[email protected]>
  • Loading branch information
timtadh committed Nov 5, 2015
1 parent 1059883 commit 49b93ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e

# Clone the gh-pages branch outside of the repo and cd into it.
cd ..
git clone -b gh-pages "git@github.com:$ORG/$REPO.git" gh-pages
git clone -b gh-pages "https://$GH_TOKEN@github.com/$ORG/$REPO.git" gh-pages
cd gh-pages

# Update git configuration so I can push.
Expand Down

0 comments on commit 49b93ba

Please sign in to comment.