Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenhuan2021 authored Jan 12, 2025
1 parent 48430d9 commit 084db02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Generate documentation tree in Markdown
run: |
tree doc -I 'node_modules|.git' -L 2 -o tree.md --charset ascii
- name: Format tree.md for Markdown
run: |
sed -i 's/^/ /' tree.md
- name: Merge Markdown files and insert tree
run: |
Expand Down

0 comments on commit 084db02

Please sign in to comment.