mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
1.5 KiB
1.5 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ordinal | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-157 | Fix Cloudflare Pages watch path for docs-site | Done | 2026-03-10 20:15 | 2026-03-16 05:13 |
|
medium | 98500 |
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.