From 1c7e99630e231fc49d6edd1674051de5e3afc889 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Sun, 19 Apr 2026 09:14:37 +0700 Subject: [PATCH] fix(demo): include all 15 cards in demo/README.md gallery (#6) The hardcoded cards[] array in demo.yml still listed the original 9, so the S-tier additions (heatmap, streak, by-year, weekday pair, top-starred) were rendered into demo// but never referenced in demo/README.md. Expand the array to the full 15 in README card-table order. --- .github/workflows/demo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 976361e7..edfe7842 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -53,10 +53,16 @@ jobs: most-commit-language stats productive-time + productive-weekday contributions + contributions-heatmap + top-starred-repos + streak most-commit-language-all-time productive-time-all-time + productive-weekday-all-time contributions-all-time + contributions-by-year ) themes=$(./ghstats -list-themes) {