mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-06 06:40:28 -04:00
fix: sh->py
This commit is contained in:
parent
d83d6c7141
commit
d0f0c7ede2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-toc.yaml
vendored
4
.github/workflows/build-toc.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue