This public repository is the GitHub Pages deployment repository for https://milome.github.io/.
The repository contains deployment metadata only.
The source code and content editing workflow live in the private repository milome/kbase-content-engine.
This repository does not contain source code and does not build the site from source. It deploys audited static artifacts published by the private source repository.
Normal release flow:
milome/kbase-content-enginebuilds the site from private source.- The private workflow audits
dist/to block source files, private plans, dependency manifests,.codexcontent, sourcemaps, environment files, and secret-like values. - The private workflow publishes the audited
dist/output to the publicpages-distbranch. - The private workflow sends
repository_dispatchwith event typedeploy-pages-dist. - This repository deploys
pages-distto GitHub Pages using.github/workflows/deploy-dist.yml.
Rollback flow:
pages-dist-lkgstores the previous known-good public artifact branch state..github/workflows/rollback-pages-dist.ymlcan restorepages-distfrompages-dist-lkg.- Rollback supports dry-run validation before executing the branch update.
master: README and deployment workflows only.pages-dist: audited static site artifact for GitHub Pages deployment.pages-dist-lkg: previous known-good artifact state for rollback.
Do not use this repository as the day-to-day source editing entry point. Make source changes in milome/kbase-content-engine, run the private publish workflow, and let this public repository deploy the resulting artifact.