From d0f0c7ede269da2e0ec88b833ddfebef4b600b8f Mon Sep 17 00:00:00 2001 From: LouisShark Date: Tue, 12 Dec 2023 23:08:59 +0800 Subject: [PATCH] fix: sh->py --- .github/workflows/build-toc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index f15dc1e..14f7931 100644 --- a/.github/workflows/build-toc.yaml +++ b/.github/workflows/build-toc.yaml @@ -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: |