Skip to content

Commit 644a742

Browse files
authored
Update main.yml
1 parent 084db02 commit 644a742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Generate documentation tree in Markdown
2525
run: |
26-
tree doc -I 'node_modules|.git' -L 2 -o tree.md --charset ascii
26+
tree doc -I 'node_modules|.git' -L 2 --noreport --charset ascii --prune --matchdirs --ignorecase -P '!*.md|!*.docx' > tree.md
2727
2828
- name: Format tree.md for Markdown
2929
run: |

0 commit comments

Comments
 (0)