Skip to content

Commit e0bf63f

Browse files
committed
fix(ci): extend Pages deployment timeout
1 parent ca37083 commit e0bf63f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ jobs:
6060
steps:
6161
- id: deployment
6262
uses: actions/deploy-pages@v4
63+
with:
64+
# The game dump contains nearly one million static records. Pages can
65+
# remain in syncing_files beyond the action's 10-minute default.
66+
timeout: 1800000

0 commit comments

Comments
 (0)