Skip to content

Commit

Permalink
Remove quite and dev/null to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Apr 28, 2015
1 parent 81248b8 commit 19380fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ if [ "$TRAVIS_BRANCH" = "master" ]
git commit -m ":shipit: Deploy to GitHub Pages"

# Force push to gh-pages
git push --force --quite "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
git push --force "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
fi

0 comments on commit 19380fa

Please sign in to comment.