fix: merge Gist+local history and rebuild from community-stats.json

This commit is contained in:
fujie
2026-02-11 14:04:03 +08:00
parent 0b5663636f
commit 1192c71453
2 changed files with 49 additions and 50 deletions

View File

@@ -30,6 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5