Skip to content

Commit ae355d7

Browse files
authored
Update update_module_info.yml
1 parent 11f5b98 commit ae355d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_module_info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
python admin/scripts/device_info_values.py
3232
python admin/scripts/module_info.py
33+
python admin/scripts/modules_parsing_sqlite_db.py
3334
3435
- name: Check for changes
3536
id: git-check
@@ -43,6 +44,7 @@ jobs:
4344
git config --local user.name "GitHub Action"
4445
git add admin/docs/device_info_values.md
4546
git add admin/docs/module_info.md
47+
git add admin/docs/modules_parsing_sqlite_db.md
4648
git commit -m "Update documentation files"
4749
4850
- name: Push changes

0 commit comments

Comments
 (0)