Skip to content

Commit 084db02

Browse files
authored
Update main.yml
1 parent 48430d9 commit 084db02

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Generate documentation tree in Markdown
2525
run: |
2626
tree doc -I 'node_modules|.git' -L 2 -o tree.md --charset ascii
27+
28+
- name: Format tree.md for Markdown
29+
run: |
30+
sed -i 's/^/ /' tree.md
2731
2832
- name: Merge Markdown files and insert tree
2933
run: |

0 commit comments

Comments
 (0)