I have followed this tutorial Deploy a Hugo site to Azure Static Web Apps | Microsoft Learn to get hugo running in Azure Static web apps. As for as I can tell everything with the deployment finished without error. The workflow in Github completed successfully but the site looks like the CSS is broken.
I know have the domain added and the DNS settings correct. I run Hugo build, then push the changes to github, the github action completes with no errors. It still looks broken to me. Is there something else I need to run locally in addition to hugo build before pushing to github?