Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
masuidrive authored Sep 9, 2023
1 parent 1c196c5 commit 9529c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openscad_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo " <div class='text-gray-900 font-bold text-xl mb-2'>$title</div>" >> index.html
if [ -f $txt_name ]; then
echo " <div class='text-gray-700 text-sm'>" >> index.html
cat $txt_name | sed 's/$/<br\/>/' | awk 'BEGIN{RS="<br/>";ORS=RS}1' | sed '$ s/<br\/>$//' >> index.html
awk 'BEGIN{ORS="<br/>"} NF{print $0}' $txt_name | sed '$ s/<br\/>$//' >> index.html
echo " </div>" >> index.html
fi
echo " </div>" >> index.html
Expand Down

0 comments on commit 9529c8c

Please sign in to comment.