git - What do I have to push to github to update my octopress blog? -


I have just created a blog hosted on Zithub. Now I have adapted something locally on my machine and now Would like to take them to Gitanbu. The octopus in the documentation () says that you have to make the content generated in the master branch.

Call me dumb, but I do not get it. what I have to do? My source code or my _deploy folder in my code?

You need to push the content of public Unless you explicitly do nothing to copy data from public to _deploy , _deploy .

You can simplify this once and after rake deploy . By using the rack task deployed setup_github_pages via

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -