I am using the Deploy Ghost Theme action to automatically deploy my theme when it’s updated on GitHub. I store my built assets in assets/dist
. When I have this action enabled, my theme is successfully deployed to my production server, but the dist
directory never comes along for the ride, which means none of my CSS, JS, or fonts are available.
I searched the documentation and the source code and I see no evidence that directories called dist
are ignored by default. What am I missing?