feat: 光湖灯塔着陆页v1.0 · AGE OS精美仪表盘 · 域名CNAME修正 · 部署工作流更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b64b264a-c02f-4f8f-b08c-2da67a3944c6 Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
b679c01ec0
commit
3cd4b8d242
|
|
@ -2,7 +2,7 @@
|
||||||
# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001
|
# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001
|
||||||
# 📜 Copyright: 国作登字-2026-A-00037559
|
# 📜 Copyright: 国作登字-2026-A-00037559
|
||||||
# ═══════════════════════════════════════════════
|
# ═══════════════════════════════════════════════
|
||||||
name: 🌀 部署铸渊聊天室 (GitHub Pages)
|
name: 🌀 光湖灯塔 · GitHub Pages 部署
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -10,6 +10,7 @@ on:
|
||||||
- main # 仅 main 分支触发生产部署
|
- main # 仅 main 分支触发生产部署
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'CNAME'
|
||||||
- 'persona-studio/frontend/**'
|
- 'persona-studio/frontend/**'
|
||||||
- '.github/brain/**'
|
- '.github/brain/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -36,10 +37,15 @@ jobs:
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|
||||||
- name: Sync Persona Studio frontend to docs
|
- name: Prepare deployment artifacts
|
||||||
run: |
|
run: |
|
||||||
|
# Sync Persona Studio frontend
|
||||||
mkdir -p docs/persona-studio
|
mkdir -p docs/persona-studio
|
||||||
cp -r persona-studio/frontend/* docs/persona-studio/
|
if [ -d "persona-studio/frontend" ]; then
|
||||||
|
cp -r persona-studio/frontend/* docs/persona-studio/
|
||||||
|
fi
|
||||||
|
# Ensure CNAME is in docs for custom domain
|
||||||
|
echo "guanghulab.online" > docs/CNAME
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
guanghulab.com
|
guanghulab.online
|
||||||
3915
docs/index.html
3915
docs/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue