Skip to content

Commit

Permalink
feat(search): added pagefind text indexing to the regular autopull ba…
Browse files Browse the repository at this point in the history
…sh script.
  • Loading branch information
geoffroy-noel-ddh committed Aug 23, 2024
1 parent e95bf95 commit f0bc7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _build/autopull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if [[ $h1 != $h2 ]]; then
# fi
fi

su - $GITUSER -c "export SITE_ENV=$SITE_ENV; cd $PROJECT_DIR/apps/textsearch/ && npm run index"

# update tweets
# su - $GITUSER -c "cd $PROJECT_DIR && npm run tweets -w frontend"

Expand Down

0 comments on commit f0bc7cf

Please sign in to comment.