Skip to content

Commit

Permalink
SLVUU-109: Allow wildcards in file list
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Nov 22, 2023
1 parent 54ddd4b commit 37a0bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

printf '[//]: # (This file is auto-generated by GitHub Actions. Please do not edit manually.)\n\n' > README_AUTO.md
{ xargs cat < ./docs/readme_contents.txt ; } >> README_AUTO.md
{ cat "$(cat ./docs/readme_contents.txt)" ; } >> README_AUTO.md
4 changes: 2 additions & 2 deletions docs/readme_contents.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./docs/faq/debugging_json_messages.md
./docs/faq/faq.md
./docs/introduction/*.md
./docs/getting_started/*.md

0 comments on commit 37a0bed

Please sign in to comment.