Skip to content

Commit 91acf53

Browse files
committed
ci(chore[docs-preview]): temporarily deploy autodoc-improvements to live docs
why: The autodoc-improvements branch (PR #18) is a large-scale refactor of the docs surface — new architecture.md, whats-new.md, gallery.md pages; renamed package pages; a reworked CSS namespace. Reviewers need to see the rendered output on the canonical domain before the branch merges, so route pushes on this branch through the existing S3 + CloudFront + Cloudflare pipeline. what: - Add `autodoc-improvements` to the docs.yml push trigger so every push on the branch runs the same publish pipeline main already uses (S3 sync --delete, CloudFront invalidation, Cloudflare purge). - Mark the added line with a TEMPORARY comment that references PR #18 and requests a revert before the PR closes, so the preview deploy cannot be forgotten in tree. - No other workflow change; main still publishes as before.
1 parent 561d04e commit 91acf53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
# TEMPORARY: preview-deploy autodoc-improvements to the live docs site.
8+
# Revert this line (and only this line) before closing PR #18.
9+
- autodoc-improvements
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)