Document asset cache busting
Deploy production / deploy (push) Successful in 1s

This commit is contained in:
2026-08-11 21:30:07 -07:00
parent 01a44db9b0
commit 1dda15d852
+3
View File
@@ -43,6 +43,9 @@ making changes; it is the authoritative operations and deployment runbook.
output. Treat build warnings and errors as results to report.
- For template or CSS work, check the affected page at desktop and narrow
viewport sizes and preserve accessible, semantic markup.
- When template changes rely on updated CSS or other static assets, increment
the relevant cache-busting version in the template and verify that generated
pages reference the new asset URL.
- Run `git diff --check` and review the exact diff before committing.
- If a push was requested, verify the Gitea Action result, deployed revision,
and site health instead of treating a successful `git push` as completion.