Skip to content

Commit

Permalink
rebuild fts tables
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Sep 11, 2020
1 parent db02e87 commit 1a6105c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install sqlite-utils>=2.17
pip install sqlite-utils>=2.18
sqlite-utils --version
pip install -e .
pip install datasette
Expand Down Expand Up @@ -81,6 +81,8 @@ jobs:
sqlite-utils github.db "update raw_authors set email = ''"
# Fetch emojis
github-to-sqlite emojis github.db --fetch
# Rebuild FTS tables
sqlite-utils rebuild-fts github.db
- uses: actions/upload-artifact@v2
with:
path: github.db
Expand Down

0 comments on commit 1a6105c

Please sign in to comment.