Skip to content

chore(release): publish %s #38

chore(release): publish %s

chore(release): publish %s #38

Workflow file for this run

# 官网:https://github.com/marketplace/actions/toc-generator
name: TOC Generator
on:
# 每当 push 到 master 分支时触发部署
push:
branches: [master]
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TARGET_PATHS: '*.md'
COMMIT_MESSAGE: 'chore(docs): update *.md 目录'
TOC_TITLE: '**目录**'