-
Notifications
You must be signed in to change notification settings - Fork 836
Deploying Documentation
Jon Sadka edited this page Mar 31, 2017
·
2 revisions
-
Branch
react-vis
if you haven't already done so -
Build the examples and docs
cd docs
yarn
cd ../examples/
yarn
cd ../
yarn new-docs
- Checkout the remote
gh-pages
branch
git checkout remotes/origin/gh-pages
- Checkout new local branch of
gh-pages
git checkout -b gh-pages
-
Confirm your changes by running
http-server
orlive-server
or the like -
Push changes to your branch and make a pull request
i.e. git push jonsadka gh-pages