We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca5390 commit 8ce0ff4Copy full SHA for 8ce0ff4
1 file changed
.github/workflows/CI_check_api_ref.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
hatch run docs
80
# save the generated API reference content to a variable
81
- INTEGRATION_API_REFERENCE=$(cat integrations/${{ matrix.integration }}/${{ matrix.integration }}.md)
+ INTEGRATION_API_REFERENCE=$(cat ${{ matrix.integration }}.md)
82
echo "INTEGRATION_API_REFERENCE=$INTEGRATION_API_REFERENCE" >> "$GITHUB_OUTPUT"
83
84
- name: Checkout Haystack repo
0 commit comments