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

Commit

Permalink
[fixed] Github Pages can now read a subfolder contents on a master
Browse files Browse the repository at this point in the history
…branch, no need for `gh-pages` anymore
  • Loading branch information
thealjey committed Jan 29, 2017
1 parent 61da10c commit 4a5d4f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"docs-build": "babel-node bin/docs",
"lint": "flow && eslint ./",
"build": "babel-node bin/build",
"release": "release",
"postpublish": "git push origin `git subtree split --prefix docs master`:gh-pages --force"
"release": "release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a5d4f3

Please sign in to comment.