Disable GitHub Pages on groombook/groombook (docs migrated) #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
docs/folder was removed in PR #112 (migrated togroombook.github.io), but GitHub Pages is still configured to build frommain:docs/. This causes the "pages build and deployment" workflow to fail on every push to main.Fix
Disable GitHub Pages on this repo via Settings → Pages → Unpublish. The documentation now lives at
groombook.github.io.Requires repo admin access — the GitHub App integration cannot modify Pages settings.
cc @cpfarhood
Resolved — GitHub Pages disabled. See GRO-49.