We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e49835 + 531e981 commit aa40badCopy full SHA for aa40bad
1 file changed
.github/workflows/aisearch.yaml
@@ -0,0 +1,24 @@
1
+name: Process docs for SQLite AI Search
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ - stage
9
10
+jobs:
11
+ aisearch:
12
+ runs-on: ubuntu-latest
13
+ environment: ${{ github.ref_name }}
14
+ permissions:
15
+ contents: read
16
17
+ steps:
18
+ - uses: actions/checkout@v4
19
20
+ - uses: sqliteai/sqlite-aisearch-action@v1
21
+ with:
22
+ connection_string: ${{ secrets.PROJECT_STRING }}
23
+ base_url: ${{ vars.BASE_URL }}
24
+ database_name: documentation_ai.sqlite
0 commit comments