Skip to content

Commit 55e83bd

Browse files
committed
update ingest docs endpoint in workflow
1 parent da94175 commit 55e83bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ingest-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
echo "Triggering docs ingestion"
1919
response=$(curl --fail --silent --show-error \
20-
-X POST "${{ secrets.BACKEND_BASE_URL }}/ingest" \
20+
-X POST "${{ secrets.BACKEND_BASE_URL }}/ingest/docs" \
2121
-H "Authorization: Bearer ${{ secrets.INGEST_KEY }}" \
2222
-H "Accept: application/json")
2323

0 commit comments

Comments
 (0)