Skip to content

Commit 413593c

Browse files
authored
Increased sleep for docs when deploying (select2#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.
1 parent f10de12 commit 413593c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: maddox/actions/sleep@master
1111
with:
12-
args: "60"
12+
args: "180"
1313
- uses: actions/checkout@v1
1414
- name: Copy to documentation server
1515
uses: maxheld83/rsync@v0.1.0

0 commit comments

Comments
 (0)