-
Notifications
You must be signed in to change notification settings - Fork 19
From change to generated website how does it work?
Maciej Paruszewski edited this page Aug 7, 2014
·
1 revision
If you create pull request, website will not be generated until your pull request is merged. After your pull request is merged, generation will work just like when you commit your changes to master branch.
- You've pushed commit to master branch of getting-started repository.
- Your push triggers GitHub webhook to Travis CI and starts the build (you can read more about it here)
- Travis CI runs Raketask from Rakefile (rake site:deploy) that sets git configuration, builds website (
bundle exec jekyll build
) and commits generated website after your changes to gh-pages branch.
If something went wrong you will receive email that build failed and on https://travis-ci.org/timvideos/getting-started you will see build history.