Browse Source

Increased sleep for docs when deploying (#5994)

This is being increased to help mitigate a deployment race condition that can cause the JavaScript to not load if the npm release does not finish with 60 seconds.
Brian Grohe 3 years ago
parent
commit
413593c5fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docs-deploy.yml

+ 1 - 1
.github/workflows/docs-deploy.yml

@@ -9,7 +9,7 @@ jobs:
     steps:
     steps:
       - uses: maddox/actions/sleep@master
       - uses: maddox/actions/sleep@master
         with:
         with:
-          args: "60"
+          args: "180"
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: Copy to documentation server
       - name: Copy to documentation server
         uses: maxheld83/[email protected]
         uses: maxheld83/[email protected]