Skip to content

Commit

Permalink
chore: automatic toc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Oct 9, 2024
1 parent 19db5c7 commit a6a1582
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
paths:
- 'README.md' # 只有 README.md 发生变化时触发name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,8 @@ Language: English | [简体中文](./README_zh.md)

---

## Table of Contents

- [Quick Start](#Quick-Start)
- [Quick Integration](#Quick-Integration)
- [New Features](#New-Features)
- [prompt cell](#prompt-cell)
- [sql cell](#sql-cell)
- [Technical Architecture](#Technical-Architecture)
- [Future Plans](#Future-Plans)
- [More](#More)
- [Reporting Issues](#Reporting-Issues)
- [Contributing](#Contributing)
- [Contributors](#Contributors)
- [Contact Us](#Contact-Us)
<!-- START doctoc -->
<!-- END doctoc -->

---

Expand Down

0 comments on commit a6a1582

Please sign in to comment.