Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading