We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084db02 commit 644a742Copy full SHA for 644a742
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Generate documentation tree in Markdown
25
run: |
26
- tree doc -I 'node_modules|.git' -L 2 -o tree.md --charset ascii
+ tree doc -I 'node_modules|.git' -L 2 --noreport --charset ascii --prune --matchdirs --ignorecase -P '!*.md|!*.docx' > tree.md
27
28
- name: Format tree.md for Markdown
29
0 commit comments