diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index ac2d2367..df1f422f 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -41,6 +41,7 @@ jobs: -themes all \ -tz Asia/Saigon \ -start-of-week monday \ + -include-org-repos \ -out demo - name: Write demo READMEs (index + per-theme) @@ -54,7 +55,7 @@ jobs: { echo "# ghstats demo gallery" echo - echo "Every card rendered for [\`$OWNER\`](https://github.com/$OWNER) in every supported theme. Click a theme to open its gallery page — each page embeds 15 SVGs, so only the theme you're reviewing is fetched." + echo "Every card rendered for [\`$OWNER\`](https://github.com/$OWNER) in every supported theme. Click a theme to open its gallery page — each page embeds 16 SVGs, so only the theme you're reviewing is fetched." echo echo "Auto-generated by [\`.github/workflows/demo.yml\`](../.github/workflows/demo.yml) on each push to \`main\`. Do not edit by hand." echo @@ -68,9 +69,9 @@ jobs: } > demo/README.md # Per-theme page mirrors the author profile README table layout at - # tiennm99/tiennm99 — singletons stacked two-per-row, streak spans - # the full width, then the four last-year/all-time pairs sit in - # consecutive rows under a shared header. + # tiennm99/tiennm99 — singletons stacked two-per-row, then the four + # last-year/all-time pairs sit in consecutive rows under a shared + # header. for theme in $themes; do dir="demo/$theme" [ -d "$dir" ] || continue @@ -85,19 +86,16 @@ jobs: cell "$2" printf '\n' } - row_span() { - printf '
| Last year | All time |
|---|