Skip to content

Commit 9523ab3

Browse files
committed
improved deployments and algolia indexing
1 parent b9df52a commit 9523ab3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/reindex-algolia.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
echo "environment=production" >> $GITHUB_OUTPUT
5353
fi
5454
55-
- name: Wait for deployment to propagate
56-
run: |
57-
echo "🕐 Waiting 30 seconds for deployment to be fully available..."
58-
sleep 30
59-
6055
- name: Validate site is accessible
6156
run: |
6257
echo "🔍 Checking if site is accessible at ${{ vars.SITE_URL }}..."

0 commit comments

Comments
 (0)