Skip to content

Commit

Permalink
wip: disable doc sync
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Jan 29, 2025
1 parent 7c7ff0c commit 046ceb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -O yq
chmod +x yq
mv yq /usr/local/bin
- name: Sync Docs
run: |
bash -x tools/sync-openapi.sh
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Sync OpenAPI"
commit_user_name: "GitHub Actions"
commit_user_email: "team@qdrant.com"
# - name: Sync Docs
# run: |
# bash -x tools/sync-openapi.sh
# - uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "Sync OpenAPI"
# commit_user_name: "GitHub Actions"
# commit_user_email: "team@qdrant.com"

- name: Install Fern
run: npm install -g fern-api
Expand Down
2 changes: 2 additions & 0 deletions fern/apis/master/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4871,6 +4871,7 @@
}
},
"/collections/{collection_name}/points/search/batch": {
"deprecated": true,
"post": {
"tags": [
"Search"
Expand Down Expand Up @@ -4985,6 +4986,7 @@
}
},
"/collections/{collection_name}/points/search/groups": {
"availability": "deprecated",
"post": {
"tags": [
"Search"
Expand Down

0 comments on commit 046ceb1

Please sign in to comment.