Skip to content

Commit

Permalink
ci: update the search index of TypeSense every day at 3AM (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Dec 16, 2024
1 parent 5b97065 commit 36ae185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Update the docs search index

on:
schedule:
- cron: "0 3 * * *" # Every day at 3AM
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 36ae185

Please sign in to comment.