fix: sh->py
This commit is contained in:
4
.github/workflows/build-toc.yaml
vendored
4
.github/workflows/build-toc.yaml
vendored
@@ -21,8 +21,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run TOC generation script
|
- name: Run TOC generation script
|
||||||
run: |
|
run: |
|
||||||
chmod +x .script/idxtool.sh
|
chmod +x .script/idxtool.py
|
||||||
python3 .script/idxtool.sh --toc
|
python3 .script/idxtool.py --toc
|
||||||
|
|
||||||
- name: Commit TOC updates
|
- name: Commit TOC updates
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user