From 4dad1b7f327760b9d403daa319e15f0272f6848e Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 2 Feb 2024 00:02:19 -0500 Subject: [PATCH] timeout hugo --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c80a50..2ce5634 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: DITHER_SERVER: http://localhost:4567 run: | source bin/get-last-commit.sh - hugo + timeout 30 hugo || echo "timeout" - name: Install SSH deploy key if: ${{ github.ref == 'refs/heads/main' }}