diff --git a/README.md b/README.md index 2d6e04f0b261e..01081bedaac52 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ data/cpu////.json # data/cpu/intel/2023/con All paths use singular folder names. Slugs are kebab-case and unique within each category. The Astro site lives under `site/` and is the deploy target for GitHub Pages. It -consumes the static JSON dump produced by TechEngine's `weekly-refresh` workflow. +consumes the static JSON dump produced by TechEngine's `weekly-refresh` (rescrapes, +then dumps) and `dump-refresh` (re-dumps current data without a rescrape) workflows. ## Self-Check diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index 87c9418dda7d6..97247183a76a2 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -45,7 +45,7 @@ const endpoints = [ })(); TechAPI — open data for consumer electronics specs - +