Skip to content

Commit ff901e7

Browse files
committed
fix
1 parent 9d2129d commit ff901e7

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
@@ -112,7 +112,7 @@ jobs:
112112
# Save the generated file before the Haystack checkout overwrites the working tree
113113
cp ${{ matrix.integration }}.md "${{ runner.temp }}/${{ matrix.integration }}.md"
114114
# 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"
115+
cp ../../.github/utils/copy_file_to_api_reference.py "${{ runner.temp }}/copy_file_to_api_reference.py"
116116
117117
- name: Checkout Haystack Docs Website
118118
uses: actions/checkout@v6

0 commit comments

Comments
 (0)