Skip to content

Commit

Permalink
shred the readme file before creating it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyloris committed Feb 18, 2024
1 parent 4743abf commit ba3ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mergeFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Define the order of markdown files to merge
files_to_merge=("index.md", "navigation.md", "files.md", "ssh.md")
# remove existing contents readme
echo '' > README.MD
echo '' > README.md
# Merge files in the specified order
for file in ${files_to_merge[@]}; do
cat ${file/%,/} >> README.md
Expand Down

0 comments on commit ba3ea74

Please sign in to comment.