Skip to content

Commit a1f7fcd

Browse files
committed
fix: Add artifical sleep
1 parent afbeafa commit a1f7fcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ jobs:
293293
}
294294
DOCS_LANDING_PAGE=$(normalize ${{ inputs.multiversion-docs-landing-page }} main)
295295
echo "DOCS_LANDING_PAGE=$DOCS_LANDING_PAGE" >> $GITHUB_OUTPUT
296+
echo "Waiting for 45 seconds for pages build and deployment jobs finish"
297+
echo "This is to avoid concurrency-related cancellations imposed by the step below."
298+
sleep 45
296299
shell: bash
297300

298301
- name: Create and publish docs

0 commit comments

Comments
 (0)