TryGhost / action-deploy-theme

:octocat: Deploy your Ghost theme with Github Actions
MIT License
352 stars 49 forks source link

yarn zip is not being used by the github action #103

Open pradeep-dfi opened 6 months ago

pradeep-dfi commented 6 months ago

When I look at the source theme repo, it has yarn zip to generate the theme zip which uses gulp internally.

Considering that github actions does direct zipping, things seem to be not working as expected.

I have added a custom js file which is part of the zip prepared by the github actions, but it actually doesn't get used after getting uploaded to ghost. Ghost seems to generate a source.js file at some point which doesn't contain the custom js file that I added.

Is there a reason why yarn zip is not used to package the theme?