In my middleman site, I have activated :directory_indexes and I’m using middleman-blog’s default tag.html.erb to generate /tags/ pages. When I run middleman server
the tag pages are successfully generated and links to them work. When I use middleman-deploy to deploy the page to github I see that the tags directory and subsequent subdirectories are not being pushed to the master branch.
Could it this happen because /tags/ by default does not generate an index.html but /tags/business/ does?
How should I debug this?