Pārlūkot izejas kodu

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 4 gadi atpakaļ
vecāks
revīzija
413593c5fc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/docs-deploy.yml

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

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