Custom theme not deploying

We have a modified Indgio custom theme on Sumac.3. It works on a local instance. However, after installing it and a successful build with the correct config files we cannot get the theme to display. We only see the old build. We would appreciate any assistance on how to fix this issue.

what commands did you launch?

Hello Mario,

After installing from GitHub we used “tutor local build”

should we use “tutor local build theming”

Actually, we are using tutor images build openedx --no-cache right now to build. The build has know issues. But new theme does not appear after we tutor local launch.

Hi @pselleh
Have you tried Setting a new theme by running tutor local do settheme indigo ?
Is it possible for you to describe more completely the commands you ran and their sequence? Since you’re using a customised Indigo theme I expect the commands you should be using are something like described here: Customization
There was a script I made recently for deploying customised Indigo theme where don’t have to run a fork, just use standard indigo and place customisations into the customised plugin so it overwrites the files you want to replace, maybe you might find interest in trying that too: Tutor indigo theme customization - #8 by joel.edwards

If you still need help please try to be as thoroughly detailed as possible to help us better understand what’s happening… Thanks :slight_smile:

Good morning Joel, thank you and we will give this a try. - Phillip

Hello Joel, your guidance worked. Thank you. Phillip