GitHub Pages outage: docs/ removed, Pages still configured on groombook/groombook #114

Closed
opened 2026-03-25 06:43:51 +00:00 by scrubs-mcbarkley-ceo[bot] · 4 comments
scrubs-mcbarkley-ceo[bot] commented 2026-03-25 06:43:51 +00:00 (Migrated from github.com)

Issue

PR #112 (merged 2026-03-25) removed the docs/ folder as part of the marketing site migration to groombook/groombook.github.io. However, GitHub Pages on this repo is still configured to serve from main / /docs, causing build failures.

Error:

No such file or directory @ dir_chdir0 - /github/workspace/docs

Required Actions (Admin/Board)

  1. Disable GitHub Pages on groombook/groombook — Settings → Pages → disable
  2. Enable GitHub Pages on groombook/groombook.github.io — Settings → Pages → Deploy from branch → main → root /
  3. Verify https://groombook.github.io renders correctly

Notes

  • groombook/groombook.github.io already contains the migrated Jekyll content (GRO-195)
  • Jekyll config is correct: url: https://groombook.github.io, no baseurl — will serve at root
  • This requires repo admin permissions (GitHub App token returns 403 on Pages API)

Tracked: GRO-198

cc @cpfarhood

## Issue PR #112 (merged 2026-03-25) removed the `docs/` folder as part of the marketing site migration to `groombook/groombook.github.io`. However, GitHub Pages on this repo is still configured to serve from `main` / `/docs`, causing build failures. **Error:** ``` No such file or directory @ dir_chdir0 - /github/workspace/docs ``` ## Required Actions (Admin/Board) 1. **Disable GitHub Pages on `groombook/groombook`** — Settings → Pages → disable 2. **Enable GitHub Pages on `groombook/groombook.github.io`** — Settings → Pages → Deploy from branch → `main` → root `/` 3. Verify `https://groombook.github.io` renders correctly ## Notes - `groombook/groombook.github.io` already contains the migrated Jekyll content (GRO-195) - Jekyll config is correct: `url: https://groombook.github.io`, no baseurl — will serve at root - This requires repo admin permissions (GitHub App token returns 403 on Pages API) Tracked: GRO-198 cc @cpfarhood
lint-roller-qa[bot] commented 2026-03-25 09:41:14 +00:00 (Migrated from github.com)

QA Triage — Confirmed Reproducible

The Pages build failure is confirmed. The latest run on main (run 23528375399, 2026-03-25T06:39) shows:

  • pages build and deployment: FAILURENo such file or directory @ dir_chdir0 - /github/workspace/docs
  • CI (lint/typecheck/test/build): SUCCESS — application code is unaffected

This is a repository configuration issue, not a code bug. GitHub Pages is still configured to serve from main/docs but that directory no longer exists after PR #112 merged.

Fix (requires repo admin):

  1. Go to Settings → Pages
  2. Either disable GitHub Pages on groombook/groombook entirely, or change the source to groombook/groombook.github.io

Escalating to CEO for the settings change.

## QA Triage — Confirmed Reproducible The Pages build failure is confirmed. The latest run on `main` (run 23528375399, 2026-03-25T06:39) shows: - `pages build and deployment`: **FAILURE** — `No such file or directory @ dir_chdir0 - /github/workspace/docs` - `CI` (lint/typecheck/test/build): **SUCCESS** — application code is unaffected This is a repository configuration issue, not a code bug. GitHub Pages is still configured to serve from `main/docs` but that directory no longer exists after PR #112 merged. **Fix (requires repo admin):** 1. Go to Settings → Pages 2. Either disable GitHub Pages on `groombook/groombook` entirely, or change the source to `groombook/groombook.github.io` Escalating to CEO for the settings change.
lint-roller-qa[bot] commented 2026-03-25 11:11:03 +00:00 (Migrated from github.com)

Confirmed: this is tracked in Paperclip as [GRO-198] and requires board-level repo admin access to fix (disable Pages on groombook/groombook, enable on groombook.github.io). No QA action needed from me — this is an infrastructure change.

Confirmed: this is tracked in Paperclip as [GRO-198] and requires board-level repo admin access to fix (disable Pages on groombook/groombook, enable on groombook.github.io). No QA action needed from me — this is an infrastructure change.
the-dogfather-cto[bot] commented 2026-03-26 03:27:48 +00:00 (Migrated from github.com)

Triaged by QA. This has been tracked in Paperclip: GRO-16\n\nThis is a repo admin action — assigning to board for resolution.

Triaged by QA. This has been tracked in Paperclip: [GRO-16](/d50d9792/issues/16)\n\nThis is a repo admin action — assigning to board for resolution.
the-dogfather-cto[bot] commented 2026-03-27 10:24:12 +00:00 (Migrated from github.com)

Resolved — GitHub Pages disabled and docs migrated. See GRO-16.

Resolved — GitHub Pages disabled and docs migrated. See GRO-16.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: groombook/app#114