chore: auto-update star history chart

Add a scheduled workflow that refreshes assets/star-history.svg daily and updates README to reference the local asset.
This commit is contained in:
sck_0
2026-01-27 10:06:05 +01:00
parent 95e9a72442
commit 7db9aedc66
3 changed files with 48 additions and 1 deletions

9
assets/star-history.svg Normal file
View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" viewBox="0 0 800 400">
<rect width="800" height="400" fill="#0b0f14" />
<text x="40" y="120" fill="#e6edf3" font-family="ui-sans-serif, system-ui, -apple-system" font-size="28">
Star History chart will be generated by CI.
</text>
<text x="40" y="170" fill="#9da7b3" font-family="ui-sans-serif, system-ui, -apple-system" font-size="18">
Run the Update Star History Chart workflow to refresh.
</text>
</svg>