Skip to content

Commit 0904477

Browse files
Merge pull request #341 from miharp/fix/deploy-ship-timeout
Raise deploy ship timeout to 5 minutes
2 parents 9d67f4c + 9cf3467 commit 0904477

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
4141
ship:
4242
runs-on: ubuntu-24.04
43-
timeout-minutes: 1
43+
# Pulling and extracting the full-site archive, uploading the Pages artifact,
44+
# and the GH Pages deployment together exceed 1 minute as the site grows, so
45+
# give the job headroom above the previous tight 1-minute cap.
46+
timeout-minutes: 5
4447
needs:
4548
- setup
4649
permissions:

0 commit comments

Comments
 (0)