Remove timeout

This commit is contained in:
David Eisinger
2024-02-02 00:20:23 -05:00
parent 59b3527730
commit fc4c97d417

View File

@@ -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' }}