Skip to content

fix(ci): publish the /v1/games pointer instead of deleting it - #189

Merged
Seungpyo1007 merged 1 commit into
developfrom
fix/publish-games-pointer
Sep 17, 2026
Merged

Seungpyo1007 merged 1 commit into
developfrom
fix/publish-games-pointer

Conversation

@Seungpyo1007

Copy link
Copy Markdown
Member

The deploy workflow still pruned _site/v1/games and stripped games from the manifest — a workaround from when ~1M game pages exceeded the Pages deployment window. Games moved to game-catalog, and the path now holds a 357-byte pointer, which the step was deleting: https://gettechapi.github.io/TechAPI/v1/games/index.json returns 404.

Refs #1

The step existed because ~1M game pages blew the Pages deployment window.
Games now live in game-catalog and the path holds a 357-byte pointer to
it, which this step was deleting — the URL 404s instead of redirecting.

Refs #1
@github-actions github-actions Bot added bug Something isn't working ci CI and workflow changes labels Sep 17, 2026
@Seungpyo1007 Seungpyo1007 moved this from Todo to In Progress in TechAPI-Project Sep 17, 2026
@Seungpyo1007
Seungpyo1007 merged commit bf20d19 into develop Sep 17, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in TechAPI-Project Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci CI and workflow changes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants