From 77950938742d02ea461d63a73a37e47b185bb833 Mon Sep 17 00:00:00 2001 From: Kim Neunert Date: Wed, 17 Jun 2020 17:15:22 +0200 Subject: [PATCH] adding path for faq.md --- .github/workflows/toc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 5558da0d9..07bda3e7c 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -5,4 +5,6 @@ jobs: name: TOC Generator runs-on: ubuntu-latest steps: - - uses: technote-space/toc-generator@v2 \ No newline at end of file + - uses: technote-space/toc-generator@v2 + env: + TARGET_PATHS: README.md, docs/faq.md \ No newline at end of file