6 ms·
If I just wanted to deploy a blog from github to Cloudflare pages, what would be the best way of doing that without writing javascript? Is there a way currently
by tn890 5y ago
If I just wanted to deploy a blog from github to Cloudflare pages, what would be the best way of doing that without writing javascript? Is there a way currently?
- gregbrimble 5y agoAbsolutely possible! If you've just got a folder of static assets, you can connect it up to Pages, and enter that directory as the "build output directory". https://developers.cloudflare.com/pages/framework-guides/deploy-anything https://developers.cloudflare.com/pages/framework-guides/dep...
- tn890 5y agoThank you. Docs are good, I'm already up and running :)
- masa331 5y agoFor that you can use Github pages and you don't need to touch JS or Cloudflare
- tn890 5y agoTried that, what I really like about Cloudflare is that it offers me more freedom than Github which basically forces you to use Jekyll if I'm not mistaken.
- masa331 5y agoWhat do you mean by more freedom? You definitelly don't need Jekyll for Github pages. Any static page can be hosted on Github pages
- leodriesch 5y agoYou are mistaken, you can deploy any static site. I’ve deployed a couple of static documentation sites with automated builds with the help of GitHub Actions [0]. [0]: https://github.com/marketplace/actions/github-pages-action https://github.com/marketplace/actions/github-pages-action