Skip to content

Commit

Permalink
feat: updated docs scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhkeshan committed Dec 10, 2024
1 parent 175c2ad commit daae364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-scrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update-docsearch:
name: Update DocSearch
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success' && github.ref == 'refs/heads/master')
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit daae364

Please sign in to comment.