skillhub/weekly
XiaoSeS b0b8993ca3 fix(docs): align weekly reports to Thursday close
Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
2026-07-31 17:15:00 +08:00
..
assets docs(weekly): mirror reports into project Pages 2026-07-31 11:18:22 +08:00
scripts docs(weekly): mirror reports into project Pages 2026-07-31 11:18:22 +08:00
site fix(docs): align weekly reports to Thursday close 2026-07-31 17:15:00 +08:00
README.md docs(weekly): mirror reports into project Pages 2026-07-31 11:18:22 +08:00
source.json fix(docs): align weekly reports to Thursday close 2026-07-31 17:15:00 +08:00

SkillHub Weekly Mirror

This directory is the reviewed mirror of the public XiaoSeS/skillhub-weekly site. The standalone repository remains the authoritative content source.

The SkillHub documentation workflow builds this directory and places the result under the existing VitePress Pages artifact:

  • Latest report: https://iflytek.github.io/skillhub/weekly/
  • Archive: https://iflytek.github.io/skillhub/weekly/archive.html
  • Report: https://iflytek.github.io/skillhub/weekly/reports/<week>/

Local validation

cd weekly
python3 scripts/sync_report_theme.py site/reports/*/index.html
python3 scripts/build_site.py
python3 scripts/validate_site.py _site

Do not edit _site/; it is ignored and rebuilt by CI. Update reports in the standalone repository first, then copy site/, assets/, and scripts/ byte-for-byte into this directory so both published sites keep the same report HTML, Notion-light theme, charts, and Tab behavior.