commit fc4c97d417c9e80b8c69b24ce30d82bbffb72a68
parent 59b35277309a2424cbf8006091098beaa23837ce
Author: David Eisinger <[email protected]>
Date: Fri, 2 Feb 2024 00:20:23 -0500
Remove timeout
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
- timeout 30 hugo || echo "timeout"
+ hugo
- name: Install SSH deploy key
if: ${{ github.ref == 'refs/heads/main' }}