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: