timeout hugo

This commit is contained in:
David Eisinger
2024-02-02 00:02:19 -05:00
parent 0416e9a21b
commit 4dad1b7f32

View File

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