We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4d4b8 commit e4ca276Copy full SHA for e4ca276
.github/workflows/aisearch.yaml
@@ -0,0 +1,18 @@
1
+name: Process docs for SQLite AI Search
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ docsearch:
8
+ runs-on: ubuntu-latest
9
+ environment: ${{ github.ref_name }}
10
11
+ steps:
12
+ - uses: actions/checkout@v4
13
14
+ # - uses: sqlitecloud/sqlite-ai-action@v1
15
+ # with:
16
+ # project-string: ${{ secrets.PROJECT_STRING }}
17
+ # base-url: ${{ vars.BASE_URL }}
18
+ # database: documentation_ai.sqlite
0 commit comments