Skip to content

Commit

Permalink
fix(gh-pages): Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saschwarz committed Jan 2, 2016
1 parent a1c16d3 commit 4a2fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploy_gh_pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function main() {
ghpages.publish(config.output.path,
// needed when running on travis-ci
{
repo: 'https://' + process.env.GH_TOKEN + '@' + process.env.GH_REF
repo: 'https://' + process.env.GH_TOKEN + '@' + process.env.GH_REF,
user: {
name: 'Steve Schwarz',
email: 'steve@agilitynerd.com'
Expand Down

0 comments on commit 4a2fa97

Please sign in to comment.