Skip to content

Commit

Permalink
ci(package.json): fix gh-pages deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmio committed Mar 12, 2019
1 parent d2e72ed commit a197043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@semantic-release/exec",
{
"prepareCmd": "yarn gulp copy-new-package-version",
"successCmd": "yarn docs && yarn gh-pages"
"successCmd": "yarn docs && yarn gh-pages -r \"https://$GH_TOKEN@github.com/gfmio/example-calculator.git\""
}
],
"@semantic-release/git",
Expand Down

0 comments on commit a197043

Please sign in to comment.