diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index 14f7931..750acb8 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.py - python3 .script/idxtool.py --toc + chmod +x .scripts/idxtool.py + python3 .scripts/idxtool.py --toc - name: Commit TOC updates run: | diff --git a/TOC.md b/TOC.md index d95545c..40acc79 100644 --- a/TOC.md +++ b/TOC.md @@ -11,6 +11,7 @@ - [gpt_dalle](./prompts/gpt_dalle.md) - [gpt_voice](./prompts/gpt_voice.md) + - Opensource GPTs - [RestGPT](./prompts/opensource-prj/RestGPT.md) - [netwrck](./prompts/opensource-prj/netwrck.md)