site: make sqlite-vec.h

This commit is contained in:
Alex Garcia 2024-04-20 17:13:58 -07:00
parent 6815af3dd0
commit d0dafe4128

View file

@ -19,6 +19,7 @@ jobs:
with:
version: "latest"
- run: ./scripts/vendor.sh
- run: make sqlite-vec.h
- run: make wasm
- run: make site
- uses: actions/configure-pages@v2