Skip to content

Commit

Permalink
Fixing upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Nov 4, 2016
1 parent 03f3037 commit 7b6ff3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ echo "Repo url is $URL"
PUSH_URL="https://$GIT_USER:$GIT_PASS@${URL:8}"

git remote set-url origin ${PUSH_URL}
git push --set-upstream origin gh-pages

echo "Checking out $FROM_BRANCH..." && \
git fetch origin ${FROM_BRANCH}:${FROM_BRANCH} && \
Expand Down

0 comments on commit 7b6ff3d

Please sign in to comment.