Skip to content

Commit 13b5777

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Merge Markdown files
2323
run: |
24-
cat readme.md > combined.md
24+
cat doc/readme.md > combined.md
2525
find doc -type f -name "*.md" ! -name "README.md" | sort | xargs -I {} sh -c 'cat "$@" >> combined.md' _ {}
2626
2727
- name: Convert Markdown to PDF

0 commit comments

Comments
 (0)