Skip to content

Commit ab02265

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 3528d53 + 8fc49af commit ab02265

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333

3434
- name: Build SQLite Cloud database
35-
uses: sqlitecloud/sqlitecloud-docsearch-action@v1
36-
with:
37-
project-string: ${{ secrets.PROJECT_STRING }}
38-
path: path/to/your/docs
39-
database: my-docs-search
35+
uses: sqlitecloud/sqlitecloud-docsearch@v0.5
36+
with:
37+
project-string: ${{ secrets.PROJECT_STRING }}
38+
path: path/to/your/docs
39+
database: my-docs-search
4040
```
4141
4242
3. Make sure you have a project on SQLite Cloud. If not, sign up for an account and create one.

0 commit comments

Comments
 (0)