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 correct docs folder :) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 9, 2015
1 parent 47c7e5e commit 43a8c85
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 push origin `git subtree split --prefix build_folder master`:gh-pages --force"
"postpublish": "git push origin `git subtree split --prefix docs master`:gh-pages --force"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 43a8c85

Please sign in to comment.