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
Based on the quickstart instructions at http://ruhoh.com/docs/2/#toc_3, you git clone a theme into your local folder, master branch. Github appears to require that this be declared as a submodule, which requires a .gitmodules file, which doesn't get copied to the gh-pages branch by the github publishing plugin. Not having this file causes the gh-pages build to fail on github. If I were a Ruby person I'd give you a pull request.
Based on the quickstart instructions at http://ruhoh.com/docs/2/#toc_3, you git clone a theme into your local folder, master branch. Github appears to require that this be declared as a submodule, which requires a
.gitmodules
file, which doesn't get copied to the gh-pages branch by the github publishing plugin. Not having this file causes the gh-pages build to fail on github. If I were a Ruby person I'd give you a pull request.Using ruhoh 2.6, ruby 2.1, github publish plugin from: https://gist.github.com/jaimalchohan/8090954
The text was updated successfully, but these errors were encountered: