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 858ebc8 commit 6333e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openscad_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
echo "<div class='bg-white w-full flex rounded overflow-hidden shadow-lg'>" >> index.html
echo " <div class='h-48 w-48 flex-none bg-cover rounded-l text-center overflow-hidden' style='background-image: url(\"$thumbnail_name\")'></div>" >> index.html
echo " <div class='p-4 flex flex-col justify-between leading-normal'>" >> index.html
echo " <div class='mb-8'>" >> index.html
echo " <div>" >> index.html
echo " <div class='text-gray-900 font-bold text-xl mb-2'>$title</div>" >> index.html
if [ -f $txt_name ]; then
echo " <p class='text-gray-700 text-base'>" >> index.html
echo " <div class='text-gray-700 text-base'>" >> index.html
cat $txt_name | sed 's/$/<br\/>/' | awk 'BEGIN{RS="<br/>";ORS=RS}1' | sed '$ s/<br\/>$//' >> index.html
echo " </p>" >> index.html
echo " </div>" >> index.html
fi
echo " </div>" >> index.html
echo " <div class=''>" >> index.html
Expand Down

0 comments on commit 6333e88

Please sign in to comment.