We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbeafa commit a1f7fcdCopy full SHA for a1f7fcd
.github/workflows/pkgdown.yml
@@ -293,6 +293,9 @@ jobs:
293
}
294
DOCS_LANDING_PAGE=$(normalize ${{ inputs.multiversion-docs-landing-page }} main)
295
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
299
shell: bash
300
301
- name: Create and publish docs
0 commit comments