mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 14:40:56 +00:00
fix(rag): Fix db schema aretriever bug (#1755)
This commit is contained in:
20
.github/workflows/sync-docs.yaml
vendored
20
.github/workflows/sync-docs.yaml
vendored
@@ -1,20 +0,0 @@
|
||||
name: Trigger Auto Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
trigger-api:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Trigger Publish API
|
||||
run: |
|
||||
curl -X POST ${{secrets.PUBLISH_SECRET_API}} \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"tag": "${{ github.ref }}"}'
|
Reference in New Issue
Block a user