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