We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2129d commit ff901e7Copy full SHA for ff901e7
1 file changed
.github/workflows/CI_check_api_ref.yml
@@ -112,7 +112,7 @@ jobs:
112
# Save the generated file before the Haystack checkout overwrites the working tree
113
cp ${{ matrix.integration }}.md "${{ runner.temp }}/${{ matrix.integration }}.md"
114
# Also copy the Copy script to the temp directory
115
- cp .github/utils/copy_file_to_api_reference.py "${{ runner.temp }}/copy_file_to_api_reference.py"
+ cp ../../.github/utils/copy_file_to_api_reference.py "${{ runner.temp }}/copy_file_to_api_reference.py"
116
117
- name: Checkout Haystack Docs Website
118
uses: actions/checkout@v6
0 commit comments