feat(site-publish): add split-surface publishing
Test / contract (pull_request) Successful in 6s

Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
Evelyn Chen
2026-08-29 21:41:55 +00:00
parent f1f780f5a3
commit 3bd3370cd9
15 changed files with 1453 additions and 191 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
case "$1" in
*Username*) printf '%s\n' "$CI_BOT_USER" ;;
*) printf '%s\n' "$CI_BOT_TOKEN" ;;
esac