When I try to push my site to github I get an Error: module "hugo-universal-theme" not found; either add it as a Hugo Module or store it in "/home/runner/work/MyRepo/themes".: module does not exist error.
I added these to the .gitmodule sadly it didn’t change anything:
Ah you are right, I had themesDir = "../themes" instead of themesDir = "themes" Thank you! Also, I still cannot see the site at https://myusername.github.io/myrepo despite everything looking like all set: