Is there a good alternative to github pages? I need just a static website up.
- I have a domain.
 - I have my site (local machine)
 - And that’s all I have.
 - I have a machine that could be running 24/7 too.
 
Is there a good alternative to github pages? I need just a static website up.
AWS S3 lets you upload all content to a bucket, then mark it as a website. If usage is not too heavy, it can stay under the free tier.
But a favorite free one is Cloudflare pages: https://www.geeksforgeeks.org/techtips/deploying-static-website-to-cloudflare-pages/
You can keep your content on github, connect it to a CF page, and have it auto-update on push to github.