Skip to content

Commit

Permalink
fix: Add artifical sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Dec 13, 2024
1 parent afbeafa commit a1f7fcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ jobs:
}
DOCS_LANDING_PAGE=$(normalize ${{ inputs.multiversion-docs-landing-page }} main)
echo "DOCS_LANDING_PAGE=$DOCS_LANDING_PAGE" >> $GITHUB_OUTPUT
echo "Waiting for 45 seconds for pages build and deployment jobs finish"
echo "This is to avoid concurrency-related cancellations imposed by the step below."
sleep 45
shell: bash

- name: Create and publish docs
Expand Down

0 comments on commit a1f7fcd

Please sign in to comment.