We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4bcc commit 52e8a1dCopy full SHA for 52e8a1d
.github/workflows/Generator_toc.yml
@@ -6,8 +6,8 @@ on:
6
- '*.md'
7
- '**/*.md'
8
- '**/**/*.md'
9
- - '**/**/**/*.md'
10
- '**/**/**/**/*.md'
+ - '**/**/**/**/**/*.md'
11
12
name: Generator - TOC
13
jobs:
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- 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
+ - run: npx doctoc **.md --github | npx doctoc **/*.md --github | npx doctoc **/**/*.md --github | npx doctoc **/**/**/**/*.md --github | npx doctoc **/**/**/**/**/*.md --github
21
- name: Create Pull Request
22
uses: peter-evans/create-pull-request@v3
23
with:
0 commit comments