Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
killers78 committed Mar 14, 2024
1 parent afc5d82 commit d4730ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdToHTML.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
cp ./src/css/* www-temp/
cd www-temp
ls -1 | while read i; do cp header.html tmp.html; cat $i >> tmp.html; mv tmp.html $i; rm -f tmp.html; done
ls -1 | while read i; echo "-----------------"; do cat $i; done
ls -1 | while read i; do echo "-----------------"; cat $i; done

0 comments on commit d4730ba

Please sign in to comment.