TryGhost / action-deploy-theme

:octocat: Deploy your Ghost theme with Github Actions
MIT License
355 stars 47 forks source link

dist directory being ignored #93

Closed pfist closed 1 year ago

pfist commented 1 year ago

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?

pfist commented 1 year ago

Never mind. It was my mistake. My gitignore file was ignoring my dist directory. This is what happens when you work long hours...