📊 每周自动追踪具身智能领域的前沿动态,包括 Arxiv 论文、GitHub 热门仓库及各大公司/实验室进展。
.
├── .github/workflows/ # GitHub Actions 自动化配置
├── archive/ # 历史归档(按日期命名)
│ ├── index.html # 归档索引页
│ └── 2026-03-26.html # 具体日期周报
├── latest/ # 最新周报
│ └── index.html # 当前最新版
└── README.md # 本文件
latest/index.html 归档到 archive/YYYY-MM-DD.html在 GitHub 仓库页面 → Actions → Weekly Archive and Deploy → Run workflow
latest/index.htmlgit add latest/index.html
git commit -m "Update weekly report for $(date +%Y-%m-%d)"
git push
MIT License