embodied-ai-weekly

具身智能周报 (Embodied AI Weekly)

Weekly Archive

📊 每周自动追踪具身智能领域的前沿动态,包括 Arxiv 论文、GitHub 热门仓库及各大公司/实验室进展。

🌐 在线访问

📁 目录结构

.
├── .github/workflows/    # GitHub Actions 自动化配置
├── archive/              # 历史归档(按日期命名)
│   ├── index.html        # 归档索引页
│   └── 2026-03-26.html   # 具体日期周报
├── latest/               # 最新周报
│   └── index.html        # 当前最新版
└── README.md             # 本文件

🔄 自动化流程

每周自动归档

手动触发

在 GitHub 仓库页面 → Actions → Weekly Archive and Deploy → Run workflow

📝 更新周报

  1. 将新的周报 HTML 文件保存为 latest/index.html
  2. 提交并推送到 GitHub:
    git add latest/index.html
    git commit -m "Update weekly report for $(date +%Y-%m-%d)"
    git push
    
  3. GitHub Actions 会自动部署到 Pages

🚀 首次设置

  1. 开启 GitHub Pages:
    • 进入仓库 Settings → Pages
    • Source 选择 “GitHub Actions”
  2. 完成!等待 Actions 运行完成即可访问

📄 License

MIT License