feat(site): add versioned docs infrastructure (#1314)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 07:50:29 -05:00
committed by GitHub
co-authored by Claude
parent b768c29f98
commit c4dfa3e49b
7 changed files with 63 additions and 6 deletions
+4
View File
@@ -77,3 +77,7 @@ jobs:
- name: Publish
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: pnpm -r publish --filter "./packages/*" --access public --provenance --no-git-checks
- name: Update site/v10 branch
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: git push origin HEAD:refs/heads/site/v10 --force