@@ -21,17 +21,18 @@ pick up immediately.
2121- ` main ` is the production branch.
2222- Pushing ` main ` triggers [ ` .github/workflows/deploy-pages.yml ` ] ( ./.github/workflows/deploy-pages.yml )
2323 and deploys the production GitHub Pages site.
24- - ` docs-autoresearch-preview ` is a preview branch.
25- - Pushing ` docs-autoresearch-preview ` triggers
26- [ ` .github/workflows/preview-pages.yml ` ] ( ./.github/workflows/preview-pages.yml ) ,
27- which publishes a preview build under the Pages preview subpath while keeping
28- the root site aligned with ` main ` .
24+ - ` docs-autoresearch-preview ` remains the preview branch name, but its Pages
25+ workflow is currently manual-only.
26+ - [ ` .github/workflows/preview-pages.yml ` ] ( ./.github/workflows/preview-pages.yml )
27+ can still publish a preview build under the Pages preview subpath while
28+ keeping the root site aligned with ` main ` , but someone must trigger it
29+ explicitly from the Actions UI.
2930
3031## Practical rule
3132
32- - The normal order is: edit locally -> test locally -> push preview branch if
33- needed -> review -> merge or port to ` main ` -> let GitHub Pages deploy
34- production.
33+ - The normal order is: edit locally -> test locally -> if a preview is needed,
34+ trigger the preview workflow manually -> review -> merge or port to ` main ` ->
35+ let GitHub Pages deploy production.
3536- Uncommitted local changes are not deployed.
3637- A commit sitting only on ` docs-autoresearch-preview ` is not the same thing as
3738 production deployment.
0 commit comments