Hi Ryan,
hopefully some folks more knowledgeable would pitch in, but for starters, as you didn’t mention the words “GitHub action”, I assume you have not looked at the Github actions tab. So to help us troubleshoot, go to your repository webpage in
Github.com (not in the codespace), so it would be something like
www.github.com/skiadas/…. , and you should see a series of tabs near the top, starting with Code, then possibly Issues, Security and some others, and one of them would be called Actions. Go to that.
Basically whenever you sync, there is a GitHub action that triggers and starts its workflow, to build the project and deploy it to the gh-pages branch, which becomes your publicly viewed coursework. I suspect that this action is now failing, and you should be able to see some of those errors in that page, and that might give us some hints on what is going wrong. You should likely have also been receiving email notifications of failed actions.
As I don’t use the automated action myself much, I’m hoping others more knowledgeable will pitch in, but this might at least get the process started.
Charilaos Skiadas
Department of Mathematics
Hanover College