cubing / icons

🖼 Icons for WCA events, unofficial events, and competition-related concepts.
https://icons.cubing.net
MIT License
44 stars 22 forks source link

Switch from `gh-pages` to an Actions workflow #95

Closed lgarron closed 1 year ago

lgarron commented 1 year ago

We no longer need a separate branch to publish the site, and can use GitHub Actions directly. I'd prefer to switch to that.

If we need to make any artifacts available, we can do so in releases.

lgarron commented 1 year ago

One more reason to do this: our workflow completely resets the branch history every time, and is deleting the CNAME as a result... and therefore bringing the site down.

It happens that someone inside GitHub was able to help me debug this, but it might have taken quite a while until I stumbled on the answer myself. 😬