Closed sabertazimi closed 6 years ago
With Gitbook and Travis CI, building an online version of this tutorial only need 2 steps
Gitbook Live Demo -> Repo
Just need to complete step 2 of https://docs.travis-ci.com/user/getting-started#To-get-started-with-Travis-CI
GITHUB_TOKEN
GIT_NAME
GIT_EMAIL
As https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings said, set:
repo
gh-pages
cyan33
cyan.binary@gmail.com
That looks awesome. Thanks @sabertazimi 👍
Would you also like to add this link to the README file?
OK
With Gitbook and Travis CI, building an online version of this tutorial only need 2 steps
Gitbook Live Demo -> Repo
Enable CI build on travis.org
Just need to complete step 2 of https://docs.travis-ci.com/user/getting-started#To-get-started-with-Travis-CI
Define
GITHUB_TOKEN
,GIT_NAME
andGIT_EMAIL
environment variablesAs https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings said, set:
GITHUB_TOKEN
withrepo
access to deploy building result togh-pages
branchGIT_NAME
tocyan33
GIT_EMAIL
tocyan.binary@gmail.com