Skip to content

Commit 8b982fc

Browse files
authored
Update main.yml
1 parent 1061ace commit 8b982fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate documentation tree image
2525
run: |
2626
tree doc -I 'node_modules|.git' -L 2 -o tree.txt
27-
enscript -p - tree.txt | convert -density 150 - tree.png
27+
enscript -f Courier-Bold10 -p - tree.txt | convert -density 150 - tree.png
2828
2929
- name: Merge Markdown files and insert tree image
3030
run: |

0 commit comments

Comments
 (0)