diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml deleted file mode 100644 index eb2e46a5..00000000 --- a/.github/workflows/toc.yml +++ /dev/null @@ -1,10 +0,0 @@ -on: push -name: TOC Generator -jobs: - generateTOC: - name: TOC Generator - runs-on: ubuntu-latest - steps: - - uses: technote-space/toc-generator@v2 - with: - GITHUB_TOKEN: ${{ secrets.GH_PAT }}