ci: refresh README star history chart twice daily

Point the README chart at a committed assets/star-history.svg instead of
the star-history API URL so GitHub serves it directly and bypasses the Camo
proxy cache. A scheduled workflow regenerates the SVG at 06:00/18:00 UTC,
busting star-history's server-side cache, and commits it when it changes.
This commit is contained in:
Andrey Avtomonov 2026-05-30 12:07:15 +02:00
parent 53a6f8d111
commit 08d08d8ea0
3 changed files with 63 additions and 1 deletions

View file

@ -248,6 +248,6 @@ event catalog and opt-out options.
<p align="center">
<a href="https://star-history.com/#Kaelio/ktx&Date">
<img src="https://api.star-history.com/svg?repos=Kaelio/ktx&type=Date" alt="ktx Star History Chart" width="700" />
<img src="assets/star-history.svg" alt="ktx Star History Chart" width="700" />
</a>
</p>