The Pipeline Workflow of This Website
Overview This website operates in a serverless environment. To publish a post, I simply edit the Markdown files in the GitHub repository through the GitHub website. Static pages are generated using Hugo, stored in a private GitHub repository, and deployed via the Cloudflare Pages service. Workflow Diagram Step-by-Step Instructions Edit Markdown Files Modify the Markdown files in the GitHub repository directly on the GitHub website. Trigger GitHub Actions When changes are committed to the Post-Branch, a GitHub Actions workflow is triggered. This workflow uses the Hugo application to generate the static website files and pushes them to the Prod-branch (Production). ...