Blog

blog/github-cloudflare-pipeline

GitHub to Cloudflare Pipeline

Reliable publishing flow from notes to production.

GitHub to Cloudflare Pipeline

This note documents how markdown updates move to production.

Build Artifacts

blog-build compiles notes into static files under dist/.

  • Source: content/posts
  • Static assets: static
  • Outputs: index.html, sitemap.xml, rss.xml, graph.json

Deploy Trigger

Pushing to main runs the deployment workflow and publishes dist/.

Related: