Skip to content
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

local updates not reflected in master #271

Open
cyberkoi opened this issue May 23, 2015 · 6 comments
Open

local updates not reflected in master #271

cyberkoi opened this issue May 23, 2015 · 6 comments

Comments

@cyberkoi
Copy link

I'm new to this and quite confused as to why my local updates are not reflected in the site
everytime I command "git add ." it tells me that my changes have already been updated and there is nothing to add/commit/push. as such, even when i create a new post and try to publish, it always tells me that the origin master is updated, when in fact has not and my post is not published.

i might have messed things up when i deleted files from my local repo and synced it to github. the changes are reflected when i jekyll serve localhost:4000 but NOT on the original website.

help!

@marshallshen
Copy link
Collaborator

Have you checked your .gitignore?

@groundh0g
Copy link
Collaborator

Just a thought. You mention "origin master". Did you mean "origin gh-pages"?

https://pages.github.com/

@cyberkoi
Copy link
Author

I keep getting this email:

The submodule jekyll-bootstrap was not properly initialized with a .gitmodules file. For more information, see https://help.github.com/articles/page-build-failed-missing-submodule.

gitignore seems to be fine though

@groundh0g
Copy link
Collaborator

Are you working on https://team-melbourne-rgsoc2015.github.io/?

Looks like it was forked from barryclark/jekyll-now rather than plusjade/jekyll-bootstrap. I'm not familiar with that repo, or how it differs.

Here's another user with the same issue (unresolved).
http://helloburgh.me/2015/03/09/gitmodules/

And here's a user who resolved the issue.
http://dsimidzija.github.io/programming/2014/02/15/jekyll-bootstrap-themes-and-github-pages/

Hope that helps. Last link looks promising?

@groundh0g
Copy link
Collaborator

Any update, @snjqi188?

@shalka
Copy link

shalka commented Jul 19, 2015

@groundh0g i encountered this exact issue and inadvertently followed the process laid out here: http://dsimidzija.github.io/programming/2014/02/15/jekyll-bootstrap-themes-and-github-pages/

it worked for me. maybe consider adding a warning to the user if _theme_packages isn't included in their .gitignore when running a task in the :theme namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants