fix: sh->py

This commit is contained in:
LouisShark 2023-12-12 23:08:59 +08:00
parent d83d6c7141
commit d0f0c7ede2

View file

@ -21,8 +21,8 @@ jobs:
- name: Run TOC generation script
run: |
chmod +x .script/idxtool.sh
python3 .script/idxtool.sh --toc
chmod +x .script/idxtool.py
python3 .script/idxtool.py --toc
- name: Commit TOC updates
run: |