I spent the last few months refactoring a large legacy application. Since it was full of global state (200+ global variables), long files (1.5k+ View Controller files) and everything in between I decided to go for multiple passes during the refactoring process.

It has been a while since the building process was not working properly. The pull request gets merged into master, but Github Pages is not building. I thought that there were some issues with the files, but I had tried it locally multiple times without issues and also CI was...