skillhub/weekly
XiaoSeS 53cb3b4757 docs(weekly): publish 2026 W32 report
Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
2026-08-06 18:03:14 +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 docs(weekly): publish 2026 W32 report 2026-08-06 18:03:14 +08:00
README.md docs(weekly): mirror reports into project Pages 2026-07-31 11:18:22 +08:00
source.json docs(weekly): publish 2026 W32 report 2026-08-06 18:03:14 +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.