Skip to content

Commit

Permalink
Update search_sync.yml
Browse files Browse the repository at this point in the history
- added sleep timer
  • Loading branch information
samapriya authored Oct 23, 2024
1 parent 8802fc0 commit c8464ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/search_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
if: github.actor == 'samapriya'
runs-on: ubuntu-latest
steps:
- name: Wait for GitHub Pages
run: |
# Wait for 2 minutes to allow GitHub Pages deployment to complete
echo "Waiting for GitHub Pages deployment to complete..."
sleep 120
- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c8464ae

Please sign in to comment.