Skip to content

Commit ba0f6b7

Browse files
authored
Update main.yml
1 parent 13b5777 commit ba0f6b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121

2222
- name: Merge Markdown files
2323
run: |
24-
cat doc/readme.md > combined.md
25-
find doc -type f -name "*.md" ! -name "README.md" | sort | xargs -I {} sh -c 'cat "$@" >> combined.md' _ {}
26-
24+
find doc -type f -name "*.md" | sort | xargs -I {} sh -c 'cat "$@" >> README.md' _ {}
25+
2726
- name: Convert Markdown to PDF
2827
run: |
29-
md-to-pdf combined.md > README.pdf
28+
md-to-pdf README.md > README.pdf
3029
3130
- name: Upload PDF
3231
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)