I’m using a Theme which uses scss and this builds fine when I make changes locally.
However, I have this site on GitHub, I’ve set up actions to build the content using Hugo.
The problem is, no changes I’ve made to the scss files are being displayed online, even if I commit my local changes of the scss build to GitHub.
I can’t figure out how this is possible? There’s a gap in my knowledge, are the Hugo rendered files in memory? If not how can my changes not get rendered?