Skip to content

Commit

Permalink
debug 32
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Feb 26, 2024
1 parent ecb6571 commit f3a0277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: clone stm32duino
run: git clone https://github.com/stm32duino/Arduino_Core_STM32.git
- name: generate pinout
run:
run: |
python3 parser.py
tree
- name: Setup Ruby
Expand Down
1 change: 1 addition & 0 deletions parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def process_family(family_path, family_name):

# Add link to the main page
f.write("\n\n[Back to Main Page](../)")
print(family_main_page)

# Process each subfamily
for subfamily_folder in os.listdir(family_path):
Expand Down

0 comments on commit f3a0277

Please sign in to comment.