mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 03:16:46 -07:00
- add `verify:config-example` script with tests to fail on missing/stale generated config artifacts - run the verification in CI and release workflows, and document it in release/docs guidance - fix docs-site Cloudflare Pages watch path to `docs-site/*` with regression coverage
1.5 KiB
1.5 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ||
|---|---|---|---|---|---|---|---|---|---|---|
| TASK-157 | Fix Cloudflare Pages watch path for docs-site | In Progress | 2026-03-10 20:15 | 2026-03-10 20:15 |
|
medium |
Description
Cloudflare Pages skipped a docs-site deployment after the docs repo moved into the main SubMiner repository. The documented/configured watch path uses docs-site/**, but Pages monorepo watch paths use a single * wildcard pattern. Correct the documented setting and leave a regression test so future repo moves or docs rewrites do not reintroduce the bad pattern.
Acceptance Criteria
- #1 Docs contributor guidance points Cloudflare Pages watch paths at
docs-site/*, notdocs-site/**. - #2 Regression coverage fails if the docs revert to the incorrect watch-path string.
- #3 Implementation notes record that the Cloudflare dashboard setting must be updated manually and the docs deploy retriggered.
Implementation Notes
Added docs regression coverage in docs-site/docs-sync.test.ts for the Pages watch-path string, then corrected the Cloudflare Pages instructions in docs-site/README.md and docs-site/development.md.
Manual follow-up still required outside git: update the Cloudflare Pages project include path from docs-site/** to docs-site/*, then trigger a fresh deployment against main.