We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1061ace commit 8b982fcCopy full SHA for 8b982fc
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Generate documentation tree image
25
run: |
26
tree doc -I 'node_modules|.git' -L 2 -o tree.txt
27
- enscript -p - tree.txt | convert -density 150 - tree.png
+ enscript -f Courier-Bold10 -p - tree.txt | convert -density 150 - tree.png
28
29
- name: Merge Markdown files and insert tree image
30
0 commit comments