How can I build the theme and push the output files to a different repo branch? #141
Answered
by
sergejcodes
albertpratomo
asked this question in
Q&A
-
Shopify mentioned in this doc that it's best to have a separate repo branch where all built files are stored. Then we can use Shopify Github Integration to connect store with that branch. Do you have any suggestion or maybe Github Action that can help doing this? |
Beta Was this translation helpful? Give feedback.
Answered by
sergejcodes
Dec 12, 2021
Replies: 1 comment
-
It's easier having a separate repo dedicated to the dist files than a dist branch on the src repo. It's mentioned here in the docs. Maybe a combination with a bash script for copying the dist files will do the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
albertpratomo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's easier having a separate repo dedicated to the dist files than a dist branch on the src repo. It's mentioned here in the docs. Maybe a combination with a bash script for copying the dist files will do the trick.