diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15ad29960..7adf845b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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: