Skip to content

Commit

Permalink
chore: Run docs search indexing on master branch
Browse files Browse the repository at this point in the history
The "docs" branch is no longer used, so the index was not getting
updated.
  • Loading branch information
michaelbromley committed Dec 17, 2024
1 parent 72befaa commit 1f8a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Index docs to Typesense
on:
push:
branches:
- docs
- master

jobs:
index_docs:
Expand Down

0 comments on commit 1f8a177

Please sign in to comment.