Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rwu823 committed Jan 4, 2018
1 parent ddf9a1a commit e8f0830
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ if (TRAVIS_BRANCH === 'master') {
`

// Publish to gh-pages
sh`
cd out
git init
git add .
git commit -anm "${version}"
git push ${tokenRepo} master:latest -f
git push ${tokenRepo} master:${version}
`
// sh`
// cd out
// git init
// git add .
// git commit -anm "${version}"
// git push ${tokenRepo} master:gh-pages -f
// `
}
}

0 comments on commit e8f0830

Please sign in to comment.