Skip to content

Commit

Permalink
update case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler committed Jan 16, 2018
1 parent eb2f366 commit 4c60607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ "$TRAVIS_REPO_SLUG" == "ActivitySim/activitysim" ] && \
git config --global user.name "Jeff Doyle"

echo "Cloning repository"
git clone --quiet --single-branch --branch=gh-pages https://${GH_TOKEN}@github.com/activitysim/activitysim.git gh-pages > /dev/null 2>&1
git clone --quiet --single-branch --branch=gh-pages https://${GH_TOKEN}@github.com/ActivitySim/activitysim.git gh-pages > /dev/null 2>&1

cd gh-pages
rm -rf *
Expand Down

0 comments on commit 4c60607

Please sign in to comment.