feat: sh->py

This commit is contained in:
LouisShark 2023-12-12 23:09:10 +08:00
commit d282156af6
2 changed files with 3 additions and 2 deletions

View file

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