Skip to content

Commit

Permalink
Try rebuild-fts to fix search, refs #152
Browse files Browse the repository at this point in the history
Also going back to the 1.0a2 branch
  • Loading branch information
simonw authored Sep 8, 2023
1 parent 2bd3fcc commit 4b75fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ python index_tutorials.py

# Build search index
dogsheep-beta index dogsheep-index.db templates/dogsheep-beta.yml
sqlite-utils rebuild-fts dogsheep-index.db
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gcloud config set run/region us-central1
gcloud config set project datasette-222320
datasette publish cloudrun \
content.db docs-index.db dogsheep-index.db blog.db tils.db \
--branch 1.0a2 \
--service datasette-io \
--template-dir=templates \
--metadata=metadata.yml \
Expand Down

0 comments on commit 4b75fc7

Please sign in to comment.