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
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:

ship:
runs-on: ubuntu-24.04
timeout-minutes: 1
# Pulling and extracting the full-site archive, uploading the Pages artifact,
# and the GH Pages deployment together exceed 1 minute as the site grows, so
# give the job headroom above the previous tight 1-minute cap.
timeout-minutes: 5
needs:
- setup
permissions:
Expand Down