diff --git a/.github/workflows/wiki_sync.yml b/.github/workflows/wiki_sync.yml index 32b45cb..1793c66 100644 --- a/.github/workflows/wiki_sync.yml +++ b/.github/workflows/wiki_sync.yml @@ -17,6 +17,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 + - name: Generate Sidebar + run: | + npx markdown-file-tree - name: Sync docs to wiki uses: newrelic/wiki-sync-action@main with: diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md deleted file mode 100644 index 445e2b2..0000000 --- a/docs/_Sidebar.md +++ /dev/null @@ -1 +0,0 @@ -
docs
\ No newline at end of file