Remove timeout
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
DITHER_SERVER: http://localhost:4567
|
DITHER_SERVER: http://localhost:4567
|
||||||
run: |
|
run: |
|
||||||
source bin/get-last-commit.sh
|
source bin/get-last-commit.sh
|
||||||
timeout 30 hugo || echo "timeout"
|
hugo
|
||||||
|
|
||||||
- name: Install SSH deploy key
|
- name: Install SSH deploy key
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user