Skip to content

fix(ci): extend Pages deployment timeout#122

Merged
Seungpyo1007 merged 1 commit into
mainfrom
codex/pages-deploy-timeout
Jul 14, 2026
Merged

fix(ci): extend Pages deployment timeout#122
Seungpyo1007 merged 1 commit into
mainfrom
codex/pages-deploy-timeout

Conversation

@Seungpyo1007

Copy link
Copy Markdown
Member

What & why

Extends the GitHub Pages deployment wait from the action default of 10 minutes to 30 minutes.

The game-dump deployment built and uploaded a 212MB Pages artifact successfully, then remained in syncing_files until actions/deploy-pages@v4 cancelled it at its 600,000ms default. The large static record count needs more time for the Pages service to synchronize.

Source

GitHub's actions/deploy-pages action documents a 600,000ms default timeout and supports overriding it through the timeout input.

Checklist

  • Workflow YAML parses successfully
  • Only .github/workflows/deploy-pages.yml is changed
  • No TechEngine code or submodule pointer changes
  • Verify the next main deployment completes with the extended timeout

@github-actions github-actions Bot added bug Something isn't working ci CI and workflow changes labels Jul 14, 2026
@Seungpyo1007 Seungpyo1007 moved this from Todo to In Progress in TechAPI-Project Jul 14, 2026
@Seungpyo1007
Seungpyo1007 merged commit edefd64 into main Jul 14, 2026
1 check passed
@Seungpyo1007
Seungpyo1007 deleted the codex/pages-deploy-timeout branch July 14, 2026 00:45
@github-project-automation github-project-automation Bot moved this from In Progress to Done in TechAPI-Project Jul 14, 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