diff --git a/.github/scripts/update_devices.py b/.github/scripts/update_devices.py index 513c285..b64edee 100644 --- a/.github/scripts/update_devices.py +++ b/.github/scripts/update_devices.py @@ -105,7 +105,7 @@ def write_features_file(features_file_path, updated_content): print(f"Updated features file: {features_file_path}") def main(): - hw_file_path = 'main_branch/src//const/hw.cpp' + hw_file_path = 'main_branch/src/const/hw.cpp' features_file_path = 'mkdocs_branch/docs/features.md' hw_content = read_hw_file(hw_file_path)