Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] force push the docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 9, 2015
1 parent 5e04a1c commit f5f46aa
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 @@ -8,7 +8,7 @@
"lint": "eslint ./",
"build": "babel-node bin/build",
"release": "release",
"postpublish": "git subtree push --prefix docs origin gh-pages"
"postpublish": "git push origin `git subtree split --prefix build_folder master`:gh-pages --force"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f5f46aa

Please sign in to comment.