From a5bb1407f2342710bcce012e4a1f98ced7640687 Mon Sep 17 00:00:00 2001 From: maticzav Date: Mon, 15 Feb 2021 19:56:09 +0100 Subject: [PATCH] chore: generate TOC --- .github/workflows/index.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 255e4703..6833b6d7 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -17,8 +17,4 @@ jobs: # Build - run: yarn install --skip-builds - name: Generate table of contents - run: | - cd scripts - yarn g:tsn index.ts - git commit -am "chore: generate TOC" - git push + run: ./scripts/toc.sh