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 You can simplify this once and after public Unless you explicitly do nothing to copy data from
public to
_deploy ,
_deploy .
rake deploy . By using the rack task deployed
setup_github_pages via
Comments
Post a Comment