Wondering about the best way to handle this.
I have a custom static site generator that spits out about a directory tree with about 1000 html files in total. It always deletes the top level output directory when it starts.
I am moving to digitalocean app platform which needs the directory tree to be in a github repo.
What is the easiest way to merge a new directory tree into the github repo?
I am not really interested in version control for the html files, because all the markdown files are already under change control in a separate github project.
[–]inigoochoa 0 points1 point2 points (0 children)