Not overwriting a .git when I build a distill website

So I have two folders, lets call them

blog
+== distill_project
+====.git 
+====_posts
+== public_site
+====.git
+====posts

The reason to do it this way is so I can have a public repository with my site, and a private repository with the .R files of my site. The problem is that every time I built the site, distill then proceeds to destroy the public_site .git, and it breaks my repository.

Is there any way that I can build the site without destroying the .git folder?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.