mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
start website
This commit is contained in:
parent
f7eb1ee696
commit
a2c207347e
23 changed files with 2593 additions and 58 deletions
16
.github/workflows/site.yaml
vendored
16
.github/workflows/site.yaml
vendored
|
|
@ -14,17 +14,17 @@ jobs:
|
|||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: mymindstorm/setup-emsdk@v12
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
version: "latest"
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make sqlite-vec.h
|
||||
- run: make wasm
|
||||
- run: make site
|
||||
cache: npm
|
||||
cache-dependency-path: site/package-lock.json
|
||||
- run: npm ci
|
||||
working-directory: site/
|
||||
- run: make site-build
|
||||
- uses: actions/configure-pages@v2
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: dist/.site
|
||||
path: site/.vitepress/dist
|
||||
- id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue