Skip to content

Commit bab7ca4

Browse files
authored
Update main.yml
1 parent 7fcedc7 commit bab7ca4

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@ jobs:
1818

1919
- name: Install pandoc and LaTeX
2020
run: |
21-
sudo apt-get update
2221
sudo apt-get install -y pandoc texlive-xetex texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
22+
23+
- name: Install tree
24+
run: |
25+
sudo apt-get install -y tree
26+
27+
- name: Generate directory tree for doc
28+
run: |
29+
tree doc -I '.git' > doc-tree.txt
2330
2431
- name: Merge Markdown files
2532
run: |
@@ -34,4 +41,4 @@ jobs:
3441
uses: actions/upload-artifact@v4
3542
with:
3643
name: documentation-pdfs
37-
path: README.pdf
44+
path: doc-tree.txt

0 commit comments

Comments
 (0)