Skip to content

Commit

Permalink
Update Generator_toc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Aug 4, 2021
1 parent 35c4bcc commit 52e8a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Generator_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- '*.md'
- '**/*.md'
- '**/**/*.md'
- '**/**/**/*.md'
- '**/**/**/**/*.md'
- '**/**/**/**/**/*.md'

name: Generator - TOC
jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 52e8a1d

Please sign in to comment.