diff --git a/.github/workflows/update-toc.yml b/.github/workflows/update-toc.yml index 9adaf5e1..7647704b 100644 --- a/.github/workflows/update-toc.yml +++ b/.github/workflows/update-toc.yml @@ -13,4 +13,5 @@ jobs: - uses: technote-space/toc-generator@v4 with: TARGET_PATHS: ./docs/*.md + CREATE_PR: true