From e0bf63fb8870110f1100b45ede220ae3e7d1fd70 Mon Sep 17 00:00:00 2001 From: Seungpyo Hong Date: Tue, 14 Jul 2026 09:40:03 +0900 Subject: [PATCH] fix(ci): extend Pages deployment timeout --- .github/workflows/deploy-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index a694a91dd6dc..ff7a176741e2 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -60,3 +60,7 @@ jobs: steps: - id: deployment uses: actions/deploy-pages@v4 + with: + # The game dump contains nearly one million static records. Pages can + # remain in syncing_files beyond the action's 10-minute default. + timeout: 1800000