action-deploy-theme
action-deploy-theme copied to clipboard
yarn zip is not being used by the github action
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?
Hi, just wanted to piggy back , seems it doesn't build the theme css. Is that because of the yarn zip ? basically doesnt npm run zip