| ▲ | kube-system 4 hours ago | |
If you have a static site, GitHub pages is free | ||
| ▲ | strenholme 4 hours ago | parent [-] | |
As someone who is moving my static sites over to GitHub pages: While they are free and work really nice, the problem is that GitHub frequently doesn’t deploy updates to the pages. I have frequently have had to update a GitHub page, push the change, and then GitHub’s actions puke instead of deploying the change. The workaround is that I have a .txt file with a list of GitHub actions which failed, and when GitHub actions fails, I update that .txt file and push the updated site, which GitHub actions will hopefully successfully deploy. GitHub pages are OK for pages which aren’t updated very frequently, but they are not OK for pages which update frequently. | ||