-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add directions for building/pushing to live site #21
Comments
Hi Michael, Someone with access to the Systems github account needs to go to the systemslab.github.io repo's settings. In the GitHub pages section where it says "Your GitHub Pages site is currently being built from the master branch", change "master branch" to "gh-pages". I think that should reflect the changes made to source. For deployment directions, anyone who has permission to contribute directly to the repo can see the wiki entry: |
I think that won't work. We've been pushing to @csbao If you have time, can you please explain why you had to create a |
Hi Ivo! Last week, I pulled the changes from source and ran Previously, we were using the master branch as the production branch and literally copying and pasting everything from _site to the new branch. This was inefficient and very, very prone to merge conflicts, which is why I created the new branch "gh-pages" and started using that command to push subtree changes. I'm not sure why we have the "development" branch; we can for sure just delete that one We could just leave "source", "master" and "gh-pages", and not update master at all. But if that's bothersome, we could just move everything from gh-pages to master and from now on, run Let me know if this doesn't make sense! Thanks! |
There are three branches:
gh-pages
,master
,source
. It looks like you are supposed to compilesource
and then push the results tomaster
but I can't figure out how to do it.I run Jekyll using the Docker container: jekyll/jekyll
I think eventually we want people to build the site locally before checking in their content.
The text was updated successfully, but these errors were encountered: