commit 4dad1b7f327760b9d403daa319e15f0272f6848e
parent 0416e9a21b7efb2451c9ba18c3ff4fcbe34d66a7
Author: David Eisinger <[email protected]>
Date: Fri, 2 Feb 2024 00:02:19 -0500
timeout hugo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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' }}