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
Looking at the doc and nanoc code, nanoc deploy does not setup the output directory as a git repo with an orphaned gh-pages branch. So I must have done that by hand and I forgot! It would be nice if nanoc deploy did the setup instead of stopping with an error though: it has all the info to do so, hasn't it?
Nanoc could do this automatically when there is no .git directory inside the output directory.
The text was updated successfully, but these errors were encountered:
Only yesterday I tried nanoc deploy on one of my sites and got an error - discovered I'd removed the GIT folder from "output" while reverting back to Nanoc from the "GIT push to bare server repo" setup I use on other sites… so yes, it's not quite right having a GIT repo inside my main site's GIT repo (even if I gitignore it), and not needing it would clean things up.
@luc-j-bourhis said:
Nanoc could do this automatically when there is no
.git
directory inside the output directory.The text was updated successfully, but these errors were encountered: