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:
parent
fbb5f02f49
commit
346d08ad6a
3 changed files with 24 additions and 6 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue