GitHub pages custom url configuration
Problem My ‘GitHub Pages’ website keeps losing its custom url every time I push a new version! 🙄 Background I had originally used git hub actions to deploy my site based off of foosel’s work. Then I thought: Hey, I have a local gitlab instance that I just set up a CI runner on… so lets see if I can use that pipeline and have it push a fully build website to GitHub!...