Correct the deploy timing: Pages is cached, not instant

Observed the public URL serving the previous build for ~3.5 minutes after a
push. Responses carry x-pages-cache: true and cache-control: max-age=600, and
a cache-busting query does not bypass it. The earlier claim of ~15s was wrong.

AGENTS.md and deploy.sh now say to check the repo raw file FIRST: if that
matches the local build the push landed and only the cache is behind, so don't
start changing things.
This commit is contained in:
Rain 2026-09-15 17:45:37 -04:00
parent fbb5f02f49
commit 346d08ad6a
3 changed files with 24 additions and 6 deletions

File diff suppressed because one or more lines are too long