Skip to content

Commit

Permalink
update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RazcoDev committed Oct 2, 2024
1 parent 68dedcc commit 510d443
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/algolia_crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- uses: actions/checkout@v2

# wait until Netlify deploy is done
- name: Wait for Netlify Deploy
uses: probablyup/wait-for-netlify-action@3.2.0
id: waitForDeployment
with:
site_id: ${{ secrets.NETLIFY_SITE_ID }}
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
# - name: Wait for Netlify Deploy
# uses: probablyup/wait-for-netlify-action@3.2.0
# id: waitForDeployment
# with:
# site_id: ${{ secrets.NETLIFY_SITE_ID }}
# env:
# NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}

# Crawl the website
- name: Algolia crawler creation and crawl
Expand Down

0 comments on commit 510d443

Please sign in to comment.