Skip to content

Commit

Permalink
clone the right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Aug 23, 2016
1 parent 8da2c73 commit b9adf5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .doc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi


# Save some useful information
REPO=`git config remote.origin.url`
REPO="https://github.com/CometVisu/cometvisu.github.io.git"
SSH_REPO="git@github.com:CometVisu/cometvisu.github.io.git"
SHA=`git rev-parse --verify HEAD`

Expand All @@ -37,9 +37,12 @@ cd ..
# Clean out existing contents
rm -rf out/docs**/* || exit 0

ls -la out

# Run our creation script
createDocs

ls -la out
# Now let's go have some fun with the cloned repo
cd out
git config user.name "Travis CI"
Expand Down

0 comments on commit b9adf5f

Please sign in to comment.