Skip to content

Commit

Permalink
feat: added sidebar build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewolfd committed Mar 11, 2024
1 parent f0fa3db commit 2a8aad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/wiki_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion docs/_Sidebar.md

This file was deleted.

0 comments on commit 2a8aad7

Please sign in to comment.