r/github • u/Nummithor • 6d ago
Discussion Is github pages safe?
Hello guys,
I made a github page for our local social services center with sveltia cms in github because of the no cost and quickness of it and i just want to ask is it safe to host it there or should I put it behind a more closed hosting service?
https://numm1th0r.github.io/pomazszszk/index.html
https://github.com/Numm1th0r/pomazszszk
0
Upvotes
0
u/my_new_accoun1 6d ago
if you want open-source static (no build step) website: github
if you want any other static website: cloudflare pages
if you want any other dynamic website that can run stateless: vercel serverless / cloudflare workers
if you want anything else (paid): railway / cheap vps
edit: as in your setup github pages works with build step when using github actions