You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2018. It is now read-only.
To facilitate contributions to this lesson, I set up an automated build and deploy system on this repository using Travis CI. Maintainers won't have to build the lessons and push to the repository, instead, after each push, Travis will run make site and deploy the built site to the website. However, to be able to do this, I changed the default branch from gh-pages to master. The gh-pages is used by Travis to write the content of the website, and is overridden every time the website is built. The master branch is where development happens.
As maintainers and contributors, be sure to start your pull requests and contributions from master and not gh-pages. It means that before working on this repository you need to do:
git fetch
git checkout master
If you need additional help, and not sure how to proceed, please do not hesitate to contact me ([email protected]) or ping me on Slack.