Improve the docs building process (#834)

* Add a script to automatically build and push docs

This script will checkout the repo in the `docs` branch, then build the
docs locally, copy it to that repo, commit and push. It is designed to
be used in conjunction with Travis.

* Add unencrypted deploy keys to the gitignore

* Make Travis automatically execute the deploy script

* Add the encrypted deploy key

* Update the .travis.yml with the necessary information
This commit is contained in:
meew0
2016-10-26 16:54:53 +02:00
committed by Amish Shah
parent 35ac80024a
commit 0296a71793
4 changed files with 79 additions and 1 deletions

6
.gitignore vendored
View File

@@ -35,4 +35,8 @@ build/Release
node_modules
test/auth.json
examples/auth.json
docs/_build
docs/_build
# Secret keys
docs/deploy/deploy_key
docs/deploy/deploy_key.pub