diff options
| author | Lyssa | 2026-01-13 17:19:37 +0000 |
|---|---|---|
| committer | Lyssa | 2026-01-13 17:19:37 +0000 |
| commit | 9a590dce6e9b45013dbd2af0233b31e62cf5e209 (patch) | |
| tree | b28c7de020b13d2d2697c297cc0954aaff214b9e | |
| parent | 09e2ca2a22f3b33b641dbc3276e298babe645cf5 (diff) | |
| download | massgrave.dev-9a590dce6e9b45013dbd2af0233b31e62cf5e209.zip | |
Raise timeout for pages deployment
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c44054f..ef2ffe7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,3 +46,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + timeout: "1800000" # 30 minutes. Because somehow 10 minutes isn't enough for GitHub pages sometimes. |
