We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b849f7b commit 1061aceCopy full SHA for 1061ace
.github/workflows/main.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Install pandoc and LaTeX
20
run: |
21
sudo apt-get update
22
- sudo apt-get install -y pandoc texlive-xetex texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra tree imagemagick
+ sudo apt-get install -y pandoc texlive-xetex texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra tree enscript imagemagick
23
24
- name: Generate documentation tree image
25
26
tree doc -I 'node_modules|.git' -L 2 -o tree.txt
27
- convert -density 150 tree.txt -trim tree.png
+ enscript -p - tree.txt | convert -density 150 - tree.png
28
29
- name: Merge Markdown files and insert tree image
30
0 commit comments