From 52e8a1d7674d52ef8c15c2462564dcf0a06a14e0 Mon Sep 17 00:00:00 2001 From: TheGoatGod <56883303+TheGoatGod@users.noreply.github.com> Date: Sat, 31 Jul 2021 17:02:50 +0100 Subject: [PATCH] Update Generator_toc.yml --- .github/workflows/Generator_toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Generator_toc.yml b/.github/workflows/Generator_toc.yml index 2fe352e21..f5746ef2d 100644 --- a/.github/workflows/Generator_toc.yml +++ b/.github/workflows/Generator_toc.yml @@ -6,8 +6,8 @@ on: - '*.md' - '**/*.md' - '**/**/*.md' - - '**/**/**/*.md' - '**/**/**/**/*.md' + - '**/**/**/**/**/*.md' name: Generator - TOC jobs: @@ -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: