Skip to content

Commit

Permalink
Update typesense_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJeffson authored Aug 12, 2024
1 parent 7f7e021 commit 9865ac1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/typesense_test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Typesense Docsearch Action

on:
# on:
# schedule:
# - cron: "0 2 15 * *"
# push:
# branches:
# - docusaurus-version
push:
branches:
- main
# push:
# branches:
# - main
on:
workflow_dispatch:

jobs:
scrape:
Expand All @@ -22,6 +24,6 @@ jobs:
with:
api-key: ${{ secrets.TYPESENSE_ADMIN_API_KEY }}
host: search.seeedstudio.com
port:
# port:
protocol: https
config: docsearch.json

0 comments on commit 9865ac1

Please sign in to comment.