Skip to content

Commit

Permalink
ci: gitbook 文档自动增加目录
Browse files Browse the repository at this point in the history
  • Loading branch information
liangpinglk committed Jun 13, 2024
1 parent 003fa9d commit 868b4a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gitbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install GitBook CLI
run: npm install -g gitbook-cli

- name: Install GitBook plugins
run: gitbook install

- name: Build GitBook
run: gitbook build

Expand Down
5 changes: 5 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"intopic-toc"
]
}

0 comments on commit 868b4a5

Please sign in to comment.