Skip to content

Commit 8ce0ff4

Browse files
committed
fix
1 parent cca5390 commit 8ce0ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_check_api_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
hatch run docs
8080
# save the generated API reference content to a variable
81-
INTEGRATION_API_REFERENCE=$(cat integrations/${{ matrix.integration }}/${{ matrix.integration }}.md)
81+
INTEGRATION_API_REFERENCE=$(cat ${{ matrix.integration }}.md)
8282
echo "INTEGRATION_API_REFERENCE=$INTEGRATION_API_REFERENCE" >> "$GITHUB_OUTPUT"
8383
8484
- name: Checkout Haystack repo

0 commit comments

Comments
 (0)