diff --git a/.ci/create-changes-html.sh b/.ci/create-changes-html.sh index 2dc3ca61a41..33fd9a52472 100755 --- a/.ci/create-changes-html.sh +++ b/.ci/create-changes-html.sh @@ -82,7 +82,7 @@ for block in diff_blocks: if content: with open(file_path, 'w') as file: file.writelines(content) - path = 'html/' + doc + path = doc hunks = ' '.join(f'#{i + 1}' for i in range(count)) out_blocks.append(f'

{doc} ' + hunks + ' 

' + '\n
'