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 32a5806 commit 12de2fa
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -71,7 +71,7 @@ jobs:
echo "<!DOCTYPE html><html><head><link href='https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css' rel='stylesheet'></head><body class='bg-gray-200'>" > index.html
echo '<div class="container mx-auto px-4">' >> index.html
echo "<h1 class='my-8 text-4xl font-extrabold leading-none tracking-tight text-gray-900'>$GITHUB_REPOSITORY</h1>" >> index.html
find . -name "*.stl" | while read stl; do
find . -name "*.stl" | sort | while read stl; do
scad_name="${stl%.stl}.scad"
txt_name="${stl%.stl}.txt"
thumbnail_name="${stl%.stl}.webp"
Expand Down
File renamed without changes.

0 comments on commit 12de2fa

Please sign in to comment.