We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2893d commit a6bc8ccCopy full SHA for a6bc8cc
1 file changed
.github/workflows/site.yaml
@@ -1,14 +1,9 @@
1
name: Deploy Site
2
+
3
+# Disabled: this fork links to the upstream docs at https://alexgarcia.xyz/sqlite-vec/
4
+# instead of publishing its own documentation site.
5
on:
6
workflow_dispatch: {}
- push:
- branches:
- - main
7
- paths:
8
- - "site/**"
9
- - ".github/**"
10
- - "VERSION"
11
- - "reference.yaml"
12
jobs:
13
deploy:
14
runs-on: ubuntu-latest
0 commit comments