We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b5777 commit ba0f6b7Copy full SHA for ba0f6b7
.github/workflows/main.yml
@@ -21,12 +21,11 @@ jobs:
21
22
- name: Merge Markdown files
23
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
-
+ find doc -type f -name "*.md" | sort | xargs -I {} sh -c 'cat "$@" >> README.md' _ {}
+
27
- name: Convert Markdown to PDF
28
29
- md-to-pdf combined.md > README.pdf
+ md-to-pdf README.md > README.pdf
30
31
- name: Upload PDF
32
uses: actions/upload-artifact@v4
0 commit comments