We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca37083 + e0bf63f commit edefd64Copy full SHA for edefd64
1 file changed
.github/workflows/deploy-pages.yml
@@ -60,3 +60,7 @@ jobs:
60
steps:
61
- id: deployment
62
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