Skip to content

Commit 52e8a1d

Browse files
committed
Update Generator_toc.yml
1 parent 35c4bcc commit 52e8a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Generator_toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- '*.md'
77
- '**/*.md'
88
- '**/**/*.md'
9-
- '**/**/**/*.md'
109
- '**/**/**/**/*.md'
10+
- '**/**/**/**/**/*.md'
1111

1212
name: Generator - TOC
1313
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20-
- run: npx doctoc **.md --github | npx doctoc **/*.md --github | npx doctoc **/**/*.md --github | npx doctoc **/**/**/*.md --github | npx doctoc **/**/**/**/*.md --github
20+
- run: npx doctoc **.md --github | npx doctoc **/*.md --github | npx doctoc **/**/*.md --github | npx doctoc **/**/**/**/*.md --github | npx doctoc **/**/**/**/**/*.md --github
2121
- name: Create Pull Request
2222
uses: peter-evans/create-pull-request@v3
2323
with:

0 commit comments

Comments
 (0)