Skip to content

Commit a6bc8cc

Browse files
committed
chore: disable automatic deployment triggers for the documentation site (that we aren't pointing to)
1 parent 9c2893d commit a6bc8cc

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/site.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
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.
25
on:
36
workflow_dispatch: {}
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "site/**"
9-
- ".github/**"
10-
- "VERSION"
11-
- "reference.yaml"
127
jobs:
138
deploy:
149
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)