xrj
dsh-market-site
Automated static site source and Cloudflare Pages deployment for DSH Plugin Marketplace
- Stars
- 0
- Language
- Python
- Created
- Aug 17, 2026
- Updated
- Aug 17, 2026
Introduction
DSH 插件集市
DSH 插件集市的静态站源码和自动部署配置。
线上地址:https://dsh-market.pages.dev/
自动部署
.github/workflows/daily-deploy.yml 每天按北京时间约 03:30 运行,也支持 GitHub Actions 页面手动触发。
工作流会:
- 用 GitHub API 检查
dsh-plugin数据源; - 运行
python build.py --fetch; - 校验目录数量、详情页、Sitemap 和数据变化;
- 通过
CLOUDFLARE_API_TOKEN和CLOUDFLARE_ACCOUNT_ID部署到现有 Cloudflare Pages 项目; - 对首页、
robots.txt、sitemap.xml和一个详情页做线上检查。
数据异常、抓取失败、快照大幅减少或密钥未配置时,工作流会停止,不部署新版本。
必需的 GitHub Secrets
CLOUDFLARE_API_TOKEN:只授予 Pages 部署权限的 Cloudflare API Token;CLOUDFLARE_ACCOUNT_ID:Cloudflare 账户 ID。
密钥只放在 GitHub Actions Secrets,不写入源码、目录数据或日志。