Add traffic history accumulation and auto-generated dashboard

This commit is contained in:
Ásgeir Thor Johnson
2026-06-04 10:43:28 +00:00
parent 9621f8c1ef
commit b91efd71ae
2 changed files with 294 additions and 0 deletions
+3
View File
@@ -37,6 +37,9 @@ jobs:
clones_week_color: '30A14E'
logo: github
- name: Accumulate history and build dashboard
run: python3 .github/scripts/accumulate-traffic.py "${{ steps.traffic.outputs.traffic_path }}"
- name: Deploy to traffic branch
uses: peaceiris/actions-gh-pages@v4
with: