diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index c7bcca8a..086c9126 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -7,6 +7,9 @@ jobs: name: Deploy Grav runs-on: ubuntu-latest steps: + - uses: maddox/actions/sleep@master + with: + args: "60" - uses: actions/checkout@v1 - name: Copy to documentation server uses: maxheld83/rsync@v0.1.0