瀏覽代碼

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 年之前
父節點
當前提交
413593c5fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]