From 7c7064bd8026fc466085d607124f3a48069f0217 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 23 Aug 2019 08:43:16 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a0acb66..43a88a19 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: + - uses: jakejarvis/wait-action@master + with: + time: '10s' - uses: actions/checkout@master - uses: peaceiris/actions-hugo@v0.56.3 with: