From 9a590dce6e9b45013dbd2af0233b31e62cf5e209 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Tue, 13 Jan 2026 21:19:37 +0400 Subject: Raise timeout for pages deployment --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3