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.
@@ -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]